Skip to content

Commit

Permalink
chore: postrelease 0.10.17 (#3637)
Browse files Browse the repository at this point in the history
# Release complete

Closes #3621

* [x] Increment patch version in [`VERSION`](https://github.com/infinyon/fluvio/blob/master/VERSION) file
* [x] Add a new heading in [`CHANGELOG`](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) with for the next release (Use heading level 2) with UNRELEASED for the date


Co-authored-by: Alan Chen <[email protected]>
  • Loading branch information
digikata and digikata committed Oct 31, 2023
1 parent 7410be1 commit 078285b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
18 changes: 10 additions & 8 deletions .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ For more detail, refer to [`RELEASE.md`](https://github.com/infinyon/fluvio/blob
- [ ] Ensure no merges are in flight
- [ ] Create a PR for release
- [ ] Update `VERSION` and `CHANGELOG.md` files (do not place a \n in the VERSION file, it breaks the CI)
- [ ] Update [`CHANGELOG`](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) with replacement of the `UNRELEASED` date
- [ ] Update dependency in connector [template](https://github.com/infinyon/fluvio/blob/master/connector/cargo_template/Cargo.toml)
- [ ] Merge the PR
- [ ] Run the [`Release` workflow in Github Actions](https://github.com/infinyon/fluvio/actions/workflows/release.yml) (Retry at least once if failure)

Expand All @@ -35,11 +33,15 @@ If you are doing a prelease stop here before publishing crates. Only run publish

### Generating Release notes

To get a starting point for generating release notes. A git ref, or last release tag can also be used.
To get a starting point for generating release notes the view-changelog script can be used.
git cliff is used to generate a changelog update. The view-changelog script can be used to view
the new entries or modifty the CHANGELOG.md file.

```bash
git cliff 673e60c0..HEAD > changes.md
To view the changelog updates:

`actions/view-changelog.sh`

or to prepend the updates (some post editing is still usually required):

`actions/view-changelog.sh modify`

# or use the previous release tag
git cliff v0.10.6..HEAD > changes.md
```
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Platform Version 0.11.0 - UNRELEASED

## Platform Version 0.10.17 - 2023-10-30

### CI
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.17
0.11.0-dev-1

0 comments on commit 078285b

Please sign in to comment.