diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a4d474f..b09f020e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -355,7 +355,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: true title: 'Latest Build (Development)' - automatic_release_tag: 'latest' + automatic_release_tag: 'development' files: | **/artifacts/Gittyup win64/Gittyup*.exe **/artifacts/Gittyup win32/Gittyup*.exe diff --git a/README.md b/README.md index 7ce85a87..d1c88d0b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Gittyup is a graphical Git client designed to help you understand and manage you is available either as pre-built flatpak for Linux, 32 / 64 binary for Windows, macOS, or can be built from source by following the directions [below](https://github.com/Murmele/Gittyup#how-to-build). -The [latest development version](https://github.com/Murmele/Gittyup/releases/tag/latest) is available pre-built as well. +The [latest development version](https://github.com/Murmele/Gittyup/releases/tag/development) is available pre-built as well. Gittyup is a continuation of the [GitAhead](https://github.com/gitahead/gitahead) client. diff --git a/docs/index.md b/docs/index.md index 6e0ac582..4755b0d2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ Stable versions for different packages are available for - [32 / 64 binary for Windows](https://github.com/Murmele/Gittyup/releases/stable) or - [macOS](https://github.com/Murmele/Gittyup/releases/stable) or from [![homebrew](https://img.shields.io/badge/Homebrew-gray?logo=Homebrew&logoColor=%23FBB040)](https://formulae.brew.sh/cask/gittyup) -The [latest development version](https://github.com/Murmele/Gittyup/releases/tag/latest) is available either as pre-built for +The [latest development version](https://github.com/Murmele/Gittyup/releases/tag/development) is available either as pre-built for - flatpak for Linux, - 32 / 64 binary for Windows, - macOS