Skip to content

Commit 216caf6

Browse files
committed
more fixes
fix: commits to conventionalcommits fix: version docs: updates to version numbers refactor: implementation of the changelog
1 parent 87da7fe commit 216caf6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release-consolegalaxy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
toTag: v1.0.0a
9494
writeToFile: true
9595
changelogFilePath: CHANGELOGS.md
96+
includeInvalidCommits: true
9697
reverseOrder: true
9798

9899
- name: echo changelog

consolegalaxy.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"major":1,
99
"minor":1,
10-
"patch":9,
10+
"patch":10,
1111
},
1212
# Optional support for mod managers to allow users to update with one click, without visiting a mod page.
1313
"directDownloadURL": "https://github.com/Anexgohan/ConsoleGalaxy/releases/latest/download/ConsoleGalaxy.zip",

mod_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Console Galaxy",
44
"author": "anex",
55
"utility": "true",
6-
"version": { "major": "1", "minor": "1", "patch": "9" },
6+
"version": { "major": "1", "minor": "1", "patch": "10" },
77
"description": "Search for systems with a certain number of planets and conditions, using Command Console",
88
"gameVersion": "0.97a-RC11",
99
"dependencies": [

0 commit comments

Comments
 (0)