Skip to content

Commit

Permalink
Correct tag prefix in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Apr 18, 2020
1 parent bb24273 commit 07a14d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 07a14d5

Please sign in to comment.