File tree 3 files changed +15
-4
lines changed
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
8
8
9
9
## Usage
10
10
11
- Example for a new release "v2.0.1 ":
11
+ Example for a new release "v2.0.2 ":
12
12
13
13
``` sh
14
14
git checkout release
15
15
git pull
16
16
git fetch --tags
17
17
git checkout dev
18
18
git 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
20
20
```
21
21
22
22
## Compare
23
23
24
24
If 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" `
26
26
27
27
## Manual adjustment
28
28
Original file line number Diff line number Diff line change @@ -21,3 +21,8 @@ If this is a new driver or adaptor:
21
21
- [ ] I have added the name to the corresponding README.md
22
22
- [ ] I have added an example to see how to setup and use it
23
23
- [ ] 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 1
1
# CHANGELOG
2
2
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 ) )
4
10
5
11
## [ v2.0.1] ( https://github.com/hybridgroup/gobot/compare/v2.0.0...v2.0.1 ) (2023-05-21)
6
12
You can’t perform that action at this time.
0 commit comments