Skip to content

Commit 884c5ee

Browse files
committed
prettier update to README.
1 parent 9c087e2 commit 884c5ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ to re-format the source files.
108108
3. Run `rm -rf dist && npm ci && npm run build`.
109109
4. Run `npm publish --dry-run` and check the output.
110110
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.

0 commit comments

Comments
 (0)