Skip to content

Commit ce2f0cc

Browse files
author
Tim Watson
committed
explain tagging policy
1 parent 8908bd3 commit ce2f0cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wiki/maintainers.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ in a *releasable* state. This means that on the whole, only small
6464
self contained commits or topic branch merges should be applied
6565
to master, and tagged releases should always be made against it.
6666

67+
#### Tagging Releases
68+
69+
A release tag should be of the form `x.y.z` and should **not**
70+
be prefixed with the repository name. Older tags use the latter
71+
form as they date from a time when all the Cloud Haskell source
72+
code lived under one git repository.
73+
6774
#### Development Branches
6875

6976
Ongoing work can either be merged into master when complete or

0 commit comments

Comments
 (0)