-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
298 changed files
with
16,767 additions
and
4,700 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Galaxy Coding Conventions | ||
|
||
## Release Versioning | ||
|
||
Galaxy uses [Semantic Versioning][1] conventions. In short, given a version number MAJOR.MINOR.PATCH, when we increment the: | ||
|
||
* MAJOR version, we made incompatible API changes, | ||
* MINOR version, we added functionality in a backwards-compatible manner, and | ||
* PATCH version, we made backwards-compatible bug fixes. | ||
|
||
We might add additional labels for pre-release and build metadata as extensions to the MAJOR.MINOR.PATCH format. | ||
|
||
|
||
[1]: https://semver.org | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.