Skip to content

Commit

Permalink
Prepare 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 14, 2023
1 parent a9dca58 commit bbfcac2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ to re-format the source files.

1. Update package version in `package.json`.
2. Create `changelogs/fragments/<version>.yml` with a `release_summary` section.
3. Run `rm -rf dist && npm run build`.
3. Run `rm -rf dist && npm ci && npm run build`.
4. Run `npm publish --dry-run` and check the output.
5. Add modified files to git (if they are OK) and commit with message `Prepare <version>.`.
5. Run `antsibull-changelog release` and add the updated files to git.
6. Commit with message `Release <version>.` and run `git tag <version>`.
7. Run `git push upstream main && git push`.
Expand Down
1 change: 1 addition & 0 deletions changelogs/fragments/0.3.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release_summary: Feature release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antsibull-docs",
"version": "0.2.0.post0",
"version": "0.3.0",
"description": "TypeScript library for processing Ansible documentation markup",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit bbfcac2

Please sign in to comment.