Skip to content

Commit

Permalink
Merge pull request #27 from Apicurio/release-0.4.0
Browse files Browse the repository at this point in the history
chore: release 0.4.0
  • Loading branch information
Enda authored Apr 26, 2022
2 parents cbd600b + c2e1cdc commit 7bc098e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Here are the steps you need to take in order to create a new release of the `api
## Bump version in `package.json`

1. `git checkout -b release-1.0.0`.
2. Set the value of `version` in [setup.py](./setup.py) to "1.0.0".
3. `git add setup.py && git commit -m "chore: release 1.0.0"`.
2. Set the value of `version` in [package.json](./package.json) to "1.0.0".
3. `git add package.json && git commit -m "chore: release 1.0.0"`.
4. Create a pull request and merge it to `main`.

## Create release

1. `git tag 1.0.0`.
2. `git push <remote> 1.0.0`.
3. The [Publish package to npmjs](https://github.com/Apicurio/apicurio-registry-client-sdk-js/actions/workflows/npm-publish.yml) will start to publish the package to npm.
3. The [Publish package to npmjs](https://github.com/Apicurio/apicurio-registry-client-sdk-js/actions/workflows/npm-publish.yml) workflow will start to publish the package to npm.
4. Once completed, the new package version should be available on [npm](https://www.npmjs.com/package/apicurio-registry-client).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apicurio-registry-client",
"version": "0.3.0",
"version": "0.4.0",
"description": "Apicurio Registry client for JavaScript",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down

0 comments on commit 7bc098e

Please sign in to comment.