Skip to content

Commit

Permalink
build: project config
Browse files Browse the repository at this point in the history
prune branches script
remove package name from release tag
  • Loading branch information
dschach committed Mar 8, 2024
1 parent 3eadfcf commit b78f5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"prettier:verify:apex:local": "prettier --apex-standalone-parser built-in --check \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
"prettier:verify": "prettier --list-different \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
"prettier": "prettier --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",
"prune": "git branch | grep -v \"main\" | xargs git branch -D",
"updateHighlight": ". doc-assets/updateHighlight.sh"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"package-name": "record-types"
"package-name": "record-types",
"include-component-in-tag": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
Expand Down

0 comments on commit b78f5ca

Please sign in to comment.