Skip to content

Commit fbdb74b

Browse files
Remove unnecessary colon in releasing-and-maintaining-actions.md (#32417)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 94aba91 commit fbdb74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/creating-actions/releasing-and-maintaining-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Here is an example process that you can follow to automatically run tests, creat
7474

7575
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.
7676

77-
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:
77+
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.
7878

7979
## Working with the community
8080

0 commit comments

Comments
 (0)