Skip to content

Commit

Permalink
Chore: version update 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianim committed Feb 2, 2023
1 parent 76efe47 commit 8a4cb76
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ find_package(Qt6 COMPONENTS Xml)
find_package(Qt6 COMPONENTS LinguistTools)

qt_add_executable(linbo_gui "")
target_compile_definitions(linbo_gui PUBLIC
GUI_VERSION=\"7.2.1\"
)

set(SOURCE_FILES
headers/backend/linbobackend.h
Expand Down Expand Up @@ -255,9 +258,5 @@ install(TARGETS linbo_gui
LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}"
)

target_compile_definitions(linbo_gui PUBLIC
GUI_VERSION=\"7.2.0\"
)

qt_import_plugins(linbo_gui
INCLUDE Qt6::QLinuxFbIntegrationPlugin)
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ All of the SVG icons in this Gui were taken from one of the following sources an

### Creating a release
The following steps have to be followed to create a release:
1. Update the changelog file
2. Update the version code in the .pro file
3. commit all changes
4. Do a git push: `git push`
5. Wait for translations sync pipeline
- 1. Update the changelog file
- 2. Update the version code in the CMakeLists.txt file
- 3. commit all changes
- 4. Do a git push: `git push`
- 5. Wait for translations sync pipeline
- if it pushes new changes, do a git pull: `git pull`
6. Create a git tag in the format v+VERSION (eg. v7.0.0): `git tag vVERSION`
7. Push tags: `git push --tags`
- 6. Create a git tag in the format v+VERSION (eg. v7.0.0): `git tag vVERSION`
- 7. Push tags: `git push --tags`

In case of a mistake, the tag can be deleted:
1. Locally: `git tag -d vVERSION`
2. Remotely: `git push --delete origin vVERSION`
- 1. Locally: `git tag -d vVERSION`
- 2. Remotely: `git push --delete origin vVERSION`

### Version schema:
- Genreal: `major.minor.patch` ([semver](https://semver.org/))
Expand Down
9 changes: 8 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
linuxmuster-linbo-gui7 (7.2.1) lmn72; urgency=low

* remove backgroundcolor start.conf option
* support new theming structure

-- Dorian Zedler <dorian@itsblue.de> Thu, 02 Feb 2023 13:17:22 +0100

linuxmuster-linbo-gui7 (7.2.0) lmn72; urgency=low

* Support differential imaging

-- Dorian Zedler <dorian@itsblue.de> Sat, 07 Jan 2022 09:36:22 +0100
-- Dorian Zedler <dorian@itsblue.de> Sat, 07 Jan 2023 09:36:22 +0100

linuxmuster-linbo-gui7 (7.1.0) lmn72; urgency=medium

Expand Down

0 comments on commit 8a4cb76

Please sign in to comment.