mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-26 10:17:41 +00:00
Update launchpad to watch stable tier
In preparation for Keyman for Linux 11 stable release
This commit is contained in:
parent
da8943e901
commit
da94befcfb
1 changed files with 3 additions and 2 deletions
|
|
@ -23,8 +23,9 @@ if [[ -z "${TIER}" ]]; then
|
|||
# This is the tier that the latest version is currently found on
|
||||
# This should be changed to stable before the first stable build
|
||||
# In master branch this should be alpha and the debian/watch files should check alpha dir
|
||||
tier="beta"
|
||||
# tier="stable"
|
||||
# tier="alpha"
|
||||
# tier="beta"
|
||||
tier="stable"
|
||||
else
|
||||
tier="${TIER}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue