We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f269a15 commit 1f7f035Copy full SHA for 1f7f035
.gitignore
@@ -5,3 +5,5 @@ work
5
.classpath
6
.settings
7
.project
8
+.vscode/
9
+.factorypath
src/main/resources/index.jelly
@@ -1,4 +1,4 @@
1
<?jelly escape-by-default='true'?>
2
<div>
3
- TODO
+ Steps to determine next or current version from conventional commits messages or configuration files.
4
</div>
0 commit comments