Skip to content

Commit

Permalink
Merge pull request #217 from kuzzleio/beta
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
rolljee authored Dec 17, 2024
2 parents 45d51cb + 6779f1a commit 1af4627
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/push_branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"
scope: '@kuzzleio'

- name: Install dependencies
run: |
Expand All @@ -90,6 +92,8 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GHP }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
run: npx semantic-release
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.1-beta.1](https://github.com/kuzzleio/kourou/compare/v1.0.0...v1.0.1-beta.1) (2024-12-17)


### Bug Fixes

* npm release ([05ab902](https://github.com/kuzzleio/kourou/commit/05ab90206efcf461ebb356390c131cb50102c1fe))
* npm release ([a80beb4](https://github.com/kuzzleio/kourou/commit/a80beb44d627113390614da251ecc177e74a8936))
* provide the right npm token ([b13016d](https://github.com/kuzzleio/kourou/commit/b13016d0a40b6fc667581d54db9bdf104a5b4010))

# 1.0.0 (2024-12-17)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ npm install -g kourou
$ kourou COMMAND
running command...
$ kourou (-v|--version|version)
kourou/1.0.0 linux-x64 node-v22.12.0
kourou/1.0.1-beta.1 linux-x64 node-v22.12.0
$ kourou --help [COMMAND]
USAGE
$ kourou COMMAND
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kourou",
"description": "The CLI that helps you manage your Kuzzle instances",
"version": "1.0.0",
"version": "1.0.1-beta.1",
"author": "The Kuzzle Team <[email protected]>",
"bin": {
"kourou": "./bin/run"
Expand Down

0 comments on commit 1af4627

Please sign in to comment.