feat: create annotated tags

This commit is contained in:
Pierre Vanduynslager
2019-06-07 16:03:30 -04:00
parent 9948a74347
commit 4d581fc140
5 changed files with 18 additions and 11 deletions
+3
View File
@@ -14,6 +14,8 @@ const SECRET_REPLACEMENT = '[secure]';
const SECRET_MIN_SIZE = 5;
const TAG_MESSAGE_FORMAT = `release \${version}`;
module.exports = {
RELEASE_TYPE,
FIRST_RELEASE,
@@ -23,4 +25,5 @@ module.exports = {
RELEASE_NOTES_SEPARATOR,
SECRET_REPLACEMENT,
SECRET_MIN_SIZE,
TAG_MESSAGE_FORMAT,
};