diff --git a/README.md b/README.md index d45e44a..a31e6f2 100644 --- a/README.md +++ b/README.md @@ -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 [ | 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 diff --git a/package.json b/package.json index 3f1dbb8..5920ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@networkteam/zebra", - "version": "0.10.0", + "version": "1.0.0", "author": "networkteam GmbH", "license": "MIT", "publishConfig": {