1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #50043 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-04-08 13:29:15 -04:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ Here is an example process that you can follow to automatically run tests, creat
Unlike some other automated release management strategies, this process intentionally does not commit dependencies to the `main` branch, only to the tagged release commits. By doing so, you encourage users of your action to reference named tags or `sha`s, and you help ensure the security of third party pull requests by doing the build yourself during a release.
Using semantic releases means that the users of your actions can pin their workflows to a version and know that they might continue to receive the latest stable, non-breaking features, depending on their comfort level:
Using semantic releases means that the users of your actions can pin their workflows to a version and know that they might continue to receive the latest stable, non-breaking features, depending on their comfort level.
## Working with the community