From 07a14d51f4f5c2e3a12396d3c79efd01e71a2dca Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Sat, 18 Apr 2020 13:00:23 +0200 Subject: [PATCH] Correct tag prefix in CHANGELOG.md --- CHANGELOG.md | 4 ++-- RELEASE.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2efbfac4..ad222862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [1.92](https://github.com/gnome-terminator/terminator/tree/1.92) (2020-04-18) +## [v1.92](https://github.com/gnome-terminator/terminator/tree/v1.92) (2020-04-18) -[Full Changelog](https://github.com/gnome-terminator/terminator/compare/1.91...1.92) +[Full Changelog](https://github.com/gnome-terminator/terminator/compare/1.91...v1.92) This is the first release since 2017, while we are now a few years later a few things changed. diff --git a/RELEASE.md b/RELEASE.md index 6b313933..aa51fa80 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,12 +2,12 @@ Releasing Terminator ==================== Make sure you have the latest master branch, no un-committed changes, and are ready to release that state. - + ``` VERSION=1.92 ``` -## Set version in Python +## Set version in Python ``` sed -i "s/APP_VERSION =.*/APP_VERSION = '${VERSION}'/" terminatorlib/version.py @@ -18,7 +18,7 @@ sed -i "s/APP_VERSION =.*/APP_VERSION = '${VERSION}'/" terminatorlib/version.py For the changelog we are using [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator) ``` -github_changelog_generator --future-release "$VERSION" +github_changelog_generator --future-release "v$VERSION" ``` Check and review CHANGELOG.md for the expected result.