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.
1 parent 52e2c94 commit b7e5a9dCopy full SHA for b7e5a9d
README.md
@@ -114,17 +114,8 @@ $ npm test
114
115
Actions are run from GitHub repos so we will checkin the packed dist folder.
116
117
-Then run [ncc](https://github.com/zeit/ncc) and push the results:
118
-
119
-```bash
120
-$ npm run all
121
-$ git add dist
122
-$ git commit -a -m "Update dependencies"
123
-$ git tag -f v1
124
-$ git push -f --tags
125
-```
126
127
-Note: We recommend using the `--license` option for ncc, which will create a license file for all of the production node modules used in your project.
+1. Create a new GitHub release
+2. Rebase `v1` branch on `main`
128
129
Your action is now published! :rocket:
130
0 commit comments