Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: generate release notes for release #3740

Merged
merged 3 commits into from
Dec 18, 2024
Merged

chore: generate release notes for release #3740

merged 3 commits into from
Dec 18, 2024

Conversation

markphelps
Copy link
Collaborator

should fix #3737

mage -d build release:notes "v1.53.1"

will generate the following template:

## [v1.53.1](https://github.com/flipt-io/flipt/releases/tag/v1.53.1) - 2024-12-09

### Fixed

- `analytics`: prevent panic with clickhouse setup (#3694)
- `analytics`: use rfc3339 for timestamps (#3695)

## Installation

### Homebrew :beer:

---bash
brew install flipt-io/brew/flipt
---

### Docker Images :whale:

---bash
docker pull docker.flipt.io/flipt/flipt:v{{ .Tag }}
---

---bash
docker pull ghcr.io/flipt-io/flipt:v{{ .Tag }}
---

## Thank you!

We hope you :heart: this release! Feel free to open issues/discussions or reach out to us on Discord if you have any questions or feedback.

- [Discord](https://flipt.io/discord)
- [Github Discussions](https://github.com/flipt-io/flipt/discussions)
- [Github Issues](https://github.com/flipt-io/flipt/issues)
- [Newsletter](https://www.flipt.io/#newsletter)

This will then be used by goreleaser https://goreleaser.com/customization/release/#custom-release-notes

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
@markphelps markphelps requested a review from a team as a code owner December 16, 2024 16:08
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.51%. Comparing base (397341c) to head (4f4dba5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3740      +/-   ##
==========================================
- Coverage   64.55%   64.51%   -0.04%     
==========================================
  Files         170      170              
  Lines       17163    17163              
==========================================
- Hits        11079    11073       -6     
- Misses       5393     5397       +4     
- Partials      691      693       +2     
Flag Coverage Δ
unittests 64.51% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@GeorgeMac GeorgeMac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@markphelps markphelps added the automerge Used by Kodiak bot to automerge PRs label Dec 18, 2024
@kodiakhq kodiakhq bot merged commit 866ba43 into main Dec 18, 2024
37 checks passed
@kodiakhq kodiakhq bot deleted the release-notes branch December 18, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Used by Kodiak bot to automerge PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add changelog to GitHub Release Notes
2 participants