Skip to content

Commit

Permalink
updating versions (#14)
Browse files Browse the repository at this point in the history
* updating versions

* wrong version lol

* Clarify why the 1.3 releases are pegged to the branch, not the latest tag

---------

Co-authored-by: Jinna Kiisuo <[email protected]>
  • Loading branch information
yaleman and jinnatar authored Dec 17, 2024
1 parent 338fb32 commit b4adb4c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/create-apt-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ jobs:
fail-fast: false
matrix:
category:
# Previous stable branch + backport.
# NOTICE: This is on purpose pointing to the 1.3.0 _branch_ which contains 1.3.3.
# The v1.3.3 tag does _not_ include the necessary backport for cargo-deb to function.
# This anomaly can be removed once we drop support for 1.3.3.
- name: stable
ref: 1.3.0 # Previous stable branch + backport
ref: 1.3.0
# While the repo is in "dirty hack" mode, we only publish the latest patch of every minor version.
- name: stable
ref: v1.4.1
ref: v1.4.4
- name: nightly
ref: master
os:
Expand Down

0 comments on commit b4adb4c

Please sign in to comment.