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.
1 parent a91d022 commit 237ac27Copy full SHA for 237ac27
package.json
@@ -5,7 +5,6 @@
5
"main": "",
6
"scripts": {
7
"npm-install": "npm install",
8
- "git-log": "git log --pretty='%cd * %h %s' --date=short",
9
"npm-pack": "npm pack",
10
"npm-version-patch": "npm version patch",
11
"npm-version-minor": "npm version minor",
@@ -131,6 +130,7 @@
131
130
"git-pull-helper": [
132
"git -C ${HOME}/Work/xbb-helper-xpack.git pull"
133
],
+ "git-log": "git log --pretty='%cd * %h %s' --date=short",
134
"generate-workflows": [
135
"mkdir -p .github/workflows/",
136
"cp xpacks/xpack-dev-tools-xbb-helper/templates/body-github-pre-releases-test.md .github/workflows/",
0 commit comments