Skip to content

Commit

Permalink
Merge pull request #930 from hybridgroup/dev
Browse files Browse the repository at this point in the history
all: prepare for release v2.0.2
  • Loading branch information
gen2thomas committed May 23, 2023
2 parents 6e604c9 + 2db4a70 commit de2acc1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .chglog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ 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
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

Expand Down
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit de2acc1

Please sign in to comment.