diff options
author | Andre Arko <andre@arko.net> | 2018-08-10 21:08:25 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2018-08-10 21:11:06 -0700 |
commit | 2658b24280afa921e5c6cd515927a38b97a5e695 (patch) | |
tree | 7a4566eb970d21a5bd9fc25026c892d98f0a87f7 /doc | |
parent | 6476c457ae6ee01b7f859b9aebd8d8992daed6e5 (diff) | |
download | bundler-2658b24280afa921e5c6cd515927a38b97a5e695.tar.gz |
move RELEASING to doc/playbooks/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/playbooks/RELEASING.md (renamed from doc/development/RELEASING.md) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/RELEASING.md b/doc/playbooks/RELEASING.md index 58a7af5b28..58a6196fef 100644 --- a/doc/development/RELEASING.md +++ b/doc/playbooks/RELEASING.md @@ -1,6 +1,6 @@ # Releasing -Bundler users [Semantic Versioning](https://semver.org/). +Bundler uses [Semantic Versioning](https://semver.org/). _Note: In the documentation listed below, the *current* minor version number is 1.11 and the *next* minor version number is 1.12_ |