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.
2 parents 7f1ea64 + 1f7f035 commit 7c1cde2Copy full SHA for 7c1cde2
.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
- Determine the current or next version from the conventional commit history.
+ Steps to determine next or current version from conventional commits messages or configuration files.
4
</div>
0 commit comments