[GH-ISSUE #716] Versioning #2090

Open
opened 2026-04-23 09:28:08 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @natlibfi-jonollil on GitHub (Jul 15, 2024).
Original GitHub issue: https://github.com/joelwmale/webhook-action/issues/716

It is recommended to use semantic versioning tags in release versioning

uses: joelwmale/webhook-action@master
TO
uses: joelwmale/webhook-action@v2.4.1
OR
uses: joelwmale/webhook-action@v2

https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-tags-for-release-management

Originally created by @natlibfi-jonollil on GitHub (Jul 15, 2024). Original GitHub issue: https://github.com/joelwmale/webhook-action/issues/716 It is recommended to use semantic versioning tags in release versioning ``` uses: joelwmale/webhook-action@master TO uses: joelwmale/webhook-action@v2.4.1 OR uses: joelwmale/webhook-action@v2 ``` https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-tags-for-release-management
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#2090