Docs(core): prepare for release v2.0.2 (#929)
This commit is contained in:
parent
d908619462
commit
2db4a701eb
|
@ -8,7 +8,7 @@ It is possible to test the tool by `git-chglog --init` without overriding anythi
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Example for a new release "v2.0.1":
|
Example for a new release "v2.0.2":
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git checkout release
|
git checkout release
|
||||||
|
@ -16,13 +16,13 @@ git pull
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
git checkout dev
|
git checkout dev
|
||||||
git pull upstream dev
|
git pull upstream dev
|
||||||
git-chglog --config .chglog/config_gobot.yml --no-case --next-tag v2.0.1 v2.0.0.. > .chglog/chglog_tmp.md
|
git-chglog --config .chglog/config_gobot.yml --no-case --next-tag v2.0.2 v2.0.1.. > .chglog/chglog_tmp.md
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compare
|
## Compare
|
||||||
|
|
||||||
If unsure about any result of running git-chglog, just use:
|
If unsure about any result of running git-chglog, just use:
|
||||||
`git log --since=2022-05-15 --pretty="- %s`
|
`git log --since=2023-05-20 --pretty="- %s"`
|
||||||
|
|
||||||
## Manual adjustment
|
## Manual adjustment
|
||||||
|
|
||||||
|
|
|
@ -21,3 +21,8 @@ If this is a new driver or adaptor:
|
||||||
- [ ] I have added the name to the corresponding README.md
|
- [ ] I have added the name to the corresponding README.md
|
||||||
- [ ] I have added an example to see how to setup and use it
|
- [ ] I have added an example to see how to setup and use it
|
||||||
- [ ] I have checked or build at least my new example (e.g. by run `make examples_check`)
|
- [ ] I have checked or build at least my new example (e.g. by run `make examples_check`)
|
||||||
|
|
||||||
|
If this is a PR for release:
|
||||||
|
|
||||||
|
- [ ] The PR's target branch is 'hybridgroup:release'
|
||||||
|
- [ ] I have adjusted the CHANGELOG.md (or already prepared and will be merged as soon as possible)
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## [Unreleased](https://github.com/hybridgroup/gobot/compare/v2.0.1...HEAD)
|
## [Unreleased](https://github.com/hybridgroup/gobot/compare/v2.0.2...HEAD)
|
||||||
|
|
||||||
|
## [v2.0.2](https://github.com/hybridgroup/gobot/compare/v2.0.1...v2.0.2) (2023-05-22)
|
||||||
|
|
||||||
|
### Build
|
||||||
|
|
||||||
|
* **v2:** fix usage by moving code to a v2 subfolder ([#927](https://github.com/hybridgroup/gobot/issues/927))
|
||||||
|
|
||||||
## [v2.0.1](https://github.com/hybridgroup/gobot/compare/v2.0.0...v2.0.1) (2023-05-21)
|
## [v2.0.1](https://github.com/hybridgroup/gobot/compare/v2.0.0...v2.0.1) (2023-05-21)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue