File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,21 @@ It is possible to test the tool by `git-chglog --init` without overriding anythi
88
99## Usage
1010
11- Example for a new release "v2.0.1 ":
11+ Example for a new release "v2.0.2 ":
1212
1313``` sh
1414git checkout release
1515git pull
1616git fetch --tags
1717git checkout dev
1818git pull upstream dev
19- git-chglog --config .chglog/config_gobot.yml --no-case --next-tag v2.0.1 v2.0.0 .. > .chglog/chglog_tmp.md
19+ git-chglog --config .chglog/config_gobot.yml --no-case --next-tag v2.0.2 v2.0.1 .. > .chglog/chglog_tmp.md
2020```
2121
2222## Compare
2323
2424If unsure about any result of running git-chglog, just use:
25- ` git log --since=2022 -05-15 --pretty="- %s `
25+ ` git log --since=2023 -05-20 --pretty="- %s" `
2626
2727## Manual adjustment
2828
Original file line number Diff line number Diff line change @@ -21,3 +21,8 @@ If this is a new driver or adaptor:
2121- [ ] I have added the name to the corresponding README.md
2222- [ ] I have added an example to see how to setup and use it
2323- [ ] I have checked or build at least my new example (e.g. by run ` make examples_check ` )
24+
25+ If this is a PR for release:
26+
27+ - [ ] The PR's target branch is 'hybridgroup: release '
28+ - [ ] I have adjusted the CHANGELOG.md (or already prepared and will be merged as soon as possible)
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## [ Unreleased] ( https://github.com/hybridgroup/gobot/compare/v2.0.1...HEAD )
3+ ## [ Unreleased] ( https://github.com/hybridgroup/gobot/compare/v2.0.2...HEAD )
4+
5+ ## [ v2.0.2] ( https://github.com/hybridgroup/gobot/compare/v2.0.1...v2.0.2 ) (2023-05-22)
6+
7+ ### Build
8+
9+ * ** v2:** fix usage by moving code to a v2 subfolder ([ #927 ] ( https://github.com/hybridgroup/gobot/issues/927 ) )
410
511## [ v2.0.1] ( https://github.com/hybridgroup/gobot/compare/v2.0.0...v2.0.1 ) (2023-05-21)
612
You can’t perform that action at this time.
0 commit comments