mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Staging Release Candidate for 0.9
This commit is contained in:
committed by
borgmanJeremy
parent
4e03f6150c
commit
2ca780dfe3
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
# cmake_policy(SET CMP0076 OLD)
|
||||
|
||||
set(FLAMESHOT_VERSION 0.8.5)
|
||||
set(FLAMESHOT_VERSION 0.9.0)
|
||||
|
||||
# Flameshot-org
|
||||
set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<name>Flameshot</name>
|
||||
<releases>
|
||||
<release version="0.9.0" date="2021-02-13"/>
|
||||
<release version="0.8.5" date="2020-10-14"/>
|
||||
<release version="0.8.4" date="2020-10-10"/>
|
||||
<release version="0.8.3" date="2020-09-28"/>
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
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 data/debian/changelog
|
||||
- [ ] Update version and changelog at data/rpm/flameshot.spec
|
||||
- [ ] Update docs/appdata/flameshot.metainfo.xml
|
||||
- [ ] Update version and changelog at packaging/debian/changelog
|
||||
- [ ] Update version and changelog at packaging/rpm/flameshot.spec
|
||||
- [ ] Update data/appdata/flameshot.metainfo.xml
|
||||
|
||||
These are the steps for actually making the release
|
||||
- [ ] Download all binaries from CI run started from PR related to code changes shown above
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
flameshot (0.8.5-1) unstable; urgency=medium
|
||||
flameshot (0.9.--1) unstable; urgency=medium
|
||||
|
||||
* New stable release.
|
||||
|
||||
-- Jeremy Borgman <borgman.jeremy@pm.me> Wed, 14 Oct 2020 18:24:29 -0600
|
||||
-- Jeremy Borgman <borgman.jeremy@pm.me> Sat, 13 Feb 2021 18:24:29 -0600
|
||||
|
||||
@@ -95,6 +95,8 @@ make %{?_smp_mflags}
|
||||
%{_datadir}/icons/hicolor
|
||||
|
||||
%changelog
|
||||
* Sat Feb 13 2021 Jeremy Borgman <borgman.jeremy@pm.me> - 0.9.0-1
|
||||
- Updated for flameshot 0.9.0
|
||||
* Sat Oct 14 2020 Jeremy Borgman <borgman.jeremy@pm.me> - 0.8.5-1
|
||||
- Updated for flameshot 0.8.5
|
||||
* Sat Oct 10 2020 Jeremy Borgman <borgman.jeremy@pm.me> - 0.8.4-1
|
||||
|
||||
Reference in New Issue
Block a user