Skip to content

Commit 6a714cd

Browse files
committed
Name the version in snapshot release description
Since we know what the version is going to be, I guess we might as well mention it instead of asking users to figure it out for themselves. A small followup tweak for... Ref: https://issues.redhat.com/browse/EC-602
1 parent 3ce6dd4 commit 6a714cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
with:
170170
make_latest: true
171171
name: Rolling release
172-
body: Stable rolling release. Version can be determined by running `ec version`.
172+
body: Stable rolling release, currently the same as `${{ steps.add_tags.outputs.tag_name }}`.
173173
tag_name: snapshot
174174
generate_release_notes: false
175175
files: dist/*

0 commit comments

Comments
 (0)