Skip to content

Commit 7c1cde2

Browse files
authored
Merge branch 'main' into add-current-version-step
2 parents 7f1ea64 + 1f7f035 commit 7c1cde2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ work
55
.classpath
66
.settings
77
.project
8+
.vscode/
9+
.factorypath

src/main/resources/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?jelly escape-by-default='true'?>
22
<div>
3-
Determine the current or next version from the conventional commit history.
3+
Steps to determine next or current version from conventional commits messages or configuration files.
44
</div>

0 commit comments

Comments
 (0)