Skip to content

Commit 2db4a70

Browse files
authored
Docs(core): prepare for release v2.0.2 (#929)
1 parent d908619 commit 2db4a70

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.chglog/README.md

+3-3
Original file line numberDiff line numberDiff 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
1414
git checkout release
1515
git pull
1616
git fetch --tags
1717
git checkout dev
1818
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
2020
```
2121

2222
## Compare
2323

2424
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"`
2626

2727
## Manual adjustment
2828

.github/pull_request_template.md

+5
Original file line numberDiff line numberDiff 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)

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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

0 commit comments

Comments
 (0)