Skip to content
Snippets Groups Projects
Commit d24a75b8 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Add comment to set-version.js

parent 28ca69d3
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ class Actions {
if (answers.tag) {
// TODO: Add annotated tag
git.addTag(version);
// TODO: Push
// Useg GitHub api to create the release with history
}
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment