Skip to content

Commit

Permalink
Small update for README
Browse files Browse the repository at this point in the history
  • Loading branch information
elabpro committed Nov 1, 2024
1 parent 5487b1b commit 8eff13b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ ginkgo test -vvv ./tests
### How to develop

- develop a feature
- invoke `changie new` and complete a small interactive form
- don't forget to changie-generated file to your PR
- invoke `changie new` and complete a small interactive form. (Get changie from https://changie.dev )
- don't forget to changie-generated file to your PR into master branch

### How to release a new version

1. Invoke `create-release-pr` job, it will create a PR with `CHANGELOG.md` containing all diffs
1. Invoke Github action `create-release-pr` job, it will create a PR with `CHANGELOG.md` containing all diffs
2. After making sure that `CHANGELOG.md` looks nice, just merge the PR from step 1, and the commit into master
will be automatically tagged, and a new release with new binaries will be automatically published!

0 comments on commit 8eff13b

Please sign in to comment.