-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Description
Feature Request
Q | A |
---|---|
New Feature | sort of |
Summary
As a user I want to use the latest stable action without having to update my github action scripts all the time. GitHub suggest to create a v1 tag that will follow the latest 1.x release.
e.g. the current example script still points to laminas/[email protected]
while 1.1.0
is out.
By using v1
tags which follow the latest stable release, you can use something like this, laminas/automatic-releases@v1
.
https://docs.github.com/en/actions/creating-actions/about-actions#using-tags-for-release-management
I think this is also useful for all laminas and mezzio packages. As we manually "move" the v1
tag, we can decide when we are happy with a specific stable release and move the v1
tag so all components will start using it.
weierophinney