File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ to re-format the source files.
108
108
3 . Run ` rm -rf dist && npm ci && npm run build ` .
109
109
4 . Run ` npm publish --dry-run ` and check the output.
110
110
5 . Add modified files to git (if they are OK) and commit with message ` Prepare <version>. ` .
111
- 5 . Run ` antsibull-changelog release ` and add the updated files to git.
112
- 6 . Commit with message ` Release <version>. ` and run ` git tag <version> ` .
113
- 7 . Run ` git push upstream main && git push ` .
114
- 8 . Once CI passes on GitHub, run ` npm publish ` .
115
- 9 . On success, do ` git push upstream --tags ` and create a GitHub release.
116
- 10 . Add ` .post0 ` to the version in ` package.json ` , commit as ` Post-release version bump. ` , and push to GitHub.
111
+ 6 . Run ` antsibull-changelog release ` and add the updated files to git.
112
+ 7 . Commit with message ` Release <version>. ` and run ` git tag <version> ` .
113
+ 8 . Run ` git push upstream main && git push ` .
114
+ 9 . Once CI passes on GitHub, run ` npm publish ` .
115
+ 10 . On success, do ` git push upstream --tags ` and create a GitHub release.
116
+ 11 . Add ` .post0 ` to the version in ` package.json ` , commit as ` Post-release version bump. ` , and push to GitHub.
You can’t perform that action at this time.
0 commit comments