mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
clarified release process to make sure tag matches CMAKE version (#2229)
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
# Checklist for making a new release
|
||||
|
||||
These are the code changes that need to take place
|
||||
- [ ] Create and push git tag
|
||||
- [ ] Update version in CMakeLists.txt
|
||||
- [ ] Update version and changelog at packaging/debian/changelog
|
||||
- [ ] Update version and changelog at packaging/rpm/flameshot.spec
|
||||
- [ ] Update data/appdata/flameshot.metainfo.xml
|
||||
- [ ] Update MacOs version in cmake/modules/MacOSXBundleInfo.plist.in
|
||||
- [ ] Commit and push to a PR
|
||||
- [ ] Merge PR to main
|
||||
- [ ] Create and push git tag on main
|
||||
- [ ] Manually retrigger the github actions so it uses the latest git tag
|
||||
|
||||
These are the steps for actually making the release
|
||||
- [ ] Download all binaries from CI run started from PR related to code changes shown above
|
||||
|
||||
Reference in New Issue
Block a user