build(builds): changes to the build system
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
{ "type": "refactor", "section": "🛠️ Code Refactor" },
|
{ "type": "refactor", "section": "🛠️ Code Refactor" },
|
||||||
{ "type": "perf", "hidden": false, "section": "🚀 Performance" },
|
{ "type": "perf", "hidden": false, "section": "🚀 Performance" },
|
||||||
{ "type": "test", "section": "📝 Testing Code" },
|
{ "type": "test", "section": "📝 Testing Code" },
|
||||||
{ "type": "ci", "hidden": false, "section": "📈 Project changes" },
|
{ "type": "ci", "hidden": true, "section": "📈 Project changes" },
|
||||||
{ "type": "build", "hidden": true, "section": "📈 Project Builds" }
|
{ "type": "build", "hidden": true, "section": "📈 Project Builds" }
|
||||||
],
|
],
|
||||||
"commitUrlFormat": "https://git.tuffraid.net/cowch/lstV2/commits/{{hash}}",
|
"commitUrlFormat": "https://git.tuffraid.net/cowch/lstV2/commits/{{hash}}",
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ const updateBuildNumber = (appLock: string) => {
|
|||||||
// Auto-commit changes
|
// Auto-commit changes
|
||||||
execSync("git add package.json");
|
execSync("git add package.json");
|
||||||
execSync(
|
execSync(
|
||||||
`git commit -m "chore(release): bump build number to ${pkgJson.admConfig.build}"`
|
`git commit -m "ci(release): bump build number to ${pkgJson.admConfig.build}"`
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
createLog(
|
createLog(
|
||||||
|
|||||||
Reference in New Issue
Block a user