We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d18dfa5 + 671d066 commit a111e88Copy full SHA for a111e88
addon/.gitignore
@@ -25,3 +25,9 @@
25
/package.json.ember-try
26
27
.eslintcache
28
+
29
+# The authoritative copies of these live in the monorepo root (because they're
30
+# more useful on github that way), but the build copies them into here so they
31
+# will also appear in published NPM packages.
32
+/README.md
33
+/LICENSE.md
package.json
@@ -33,6 +33,9 @@
"release-it": "^15.6.0"
34
},
35
"release-it": {
36
+ "hooks": {
37
+ "before:init": "cp README.md LICENSE.md addon/"
38
+ },
39
"plugins": {
40
"@release-it-plugins/workspaces": {
41
"publish": false
0 commit comments