chore(release): v1.1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@resultium/rcz",
|
"name": "@resultium/rcz",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "Resultium commit standardization library, based on conventional commits",
|
"description": "Resultium commit standardization library, based on conventional commits",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -388,6 +388,7 @@ program
|
|||||||
);
|
);
|
||||||
|
|
||||||
await simpleGit()
|
await simpleGit()
|
||||||
|
.add(".")
|
||||||
.commit(`chore(release): v${version}`)
|
.commit(`chore(release): v${version}`)
|
||||||
.addTag(`v${version}`);
|
.addTag(`v${version}`);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user