Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
hlubek authored Apr 29, 2024
2 parents 8e7f4f6 + a40744a commit ae56c76
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 @@ -410,7 +410,7 @@ Use `@next` as version in your project `package.json` to use the current pre-rel

1. Merge your branch / changes into `main` branch
2. Bump version in `package.json` with `npm version [<newversion> | major | minor | patch`
3. Push bumped version including new tag to `main` branch with `git push --tags`
3. Push bumped version including new tag to `main` branch with `git push --follow-tags`
4. Create a new release with release notes from newly created tag on github
5. The new release will trigger GitHub Actions that will publish to NPM
</details>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@networkteam/zebra",
"version": "0.10.0",
"version": "1.0.0",
"author": "networkteam GmbH",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit ae56c76

Please sign in to comment.