mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
Anything for executable scripts? #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 19, 2012).
semver is defined for public APIs, but is there anything for executable scripts?
I'm sure this would make an interesting question for the FAQ.
Chris
@audigex commented on GitHub (Jul 16, 2012):
Your executable script presumably has parameters and outputs - can you not consider this loosely the same as an API? Whenever the functionality changes the expected inputs and outputs, that's an API change.
@ghost commented on GitHub (Jul 17, 2012):
Thanks audigex - that's a good way of thinking about it.