revert: feat: create annotated tags

This reverts commit 4d581fc140.
This commit is contained in:
Pierre Vanduynslager
2019-09-13 14:46:47 -04:00
parent d120eaea8b
commit 0629f3cd8a
5 changed files with 11 additions and 18 deletions
-3
View File
@@ -14,8 +14,6 @@ const SECRET_REPLACEMENT = '[secure]';
const SECRET_MIN_SIZE = 5;
const TAG_MESSAGE_FORMAT = `release \${version}`;
module.exports = {
RELEASE_TYPE,
FIRST_RELEASE,
@@ -25,5 +23,4 @@ module.exports = {
RELEASE_NOTES_SEPARATOR,
SECRET_REPLACEMENT,
SECRET_MIN_SIZE,
TAG_MESSAGE_FORMAT,
};