From 2db4a701eb8bcde6c92c9a255201baac1523d877 Mon Sep 17 00:00:00 2001 From: Thomas Kohler Date: Tue, 23 May 2023 17:53:17 +0200 Subject: [PATCH] Docs(core): prepare for release v2.0.2 (#929) --- .chglog/README.md | 6 +++--- .github/pull_request_template.md | 5 +++++ CHANGELOG.md | 8 +++++++- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.chglog/README.md b/.chglog/README.md index 53ee4afc..167efd62 100644 --- a/.chglog/README.md +++ b/.chglog/README.md @@ -8,7 +8,7 @@ It is possible to test the tool by `git-chglog --init` without overriding anythi ## Usage -Example for a new release "v2.0.1": +Example for a new release "v2.0.2": ```sh git checkout release @@ -16,13 +16,13 @@ git pull git fetch --tags git checkout 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 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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d75ababe..1b04c655 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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 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`) + +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) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6971f1..6926bb6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # 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)