Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Jan 9, 2025
1 parent 1c502a9 commit 1b8d843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ Executables are installed inside the `node_modules/.bin`, so they can be called
| `antora-link-checker-extension.js` | extension | Stops Antora builder earlier to save time for validation run |

## Release Process
To release a new version of the `hazelcast-docs-tools` go to [releases](https://github.com/hazelcast/hazelcast-docs-tools/releases/new) and create a new release with a new tag.
To release a new version of the `hazelcast-docs-tools` go to [releases](https://github.com/hazelcast/hazelcast-docs-tools/releases/new) and create a new release with a new tag from the `main` branch.

To use that release clients need to reinstall the package with the new version, e.g. for the version `v1.2.3` run `npm i -D hazelcast/hazelcast-docs-tools#v1.2.3`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hazelcast-docs-tools",
"version": "1.0.0",
"version": "0.0.1-beta",
"description": "Various tools and helpers to build documentation site",
"main": "index.js",
"engines" : {
Expand Down

0 comments on commit 1b8d843

Please sign in to comment.