Skip to content

Commit 7020d58

Browse files
feat(chore): added git templates
added git templates Gh-1
1 parent fa9f18f commit 7020d58

File tree

6 files changed

+11104
-2820
lines changed

6 files changed

+11104
-2820
lines changed

.cz-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
// used if allowCustomScopes is true
4545
customScope: 'Denote the SCOPE of this change:',
4646
subject: 'Write a SHORT, IMPERATIVE tense description of the change:\n',
47-
body: 'Provide a LONGER description of the change (mandatory). Use "\\n" to break new line:\n',
47+
body: 'Provide a LONGER description of the change (optional). Use "|" to break new line:\n',
4848
breaking: 'List any BREAKING CHANGES (optional):\n',
4949
footer: 'List any ISSUES CLOSED by this change (optional). E.g.: GH-144:\n',
5050
confirmCommit: 'Are you sure you want to proceed with the commit above?',

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules/
22
dist/
33
coverage/
44
.eslintrc.js
5+
.cz-config.js
6+
commitlint.config.js

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config --global user.name $CONFIG_USERNAME
3434
git config --global user.email $CONFIG_EMAIL
35-
git remote set-url origin https://$GITHUB_ACTOR:[email protected]/sourcefuse/loopback4-authorization
35+
git remote set-url origin https://$GITHUB_ACTOR:[email protected]/sourcefuse/loopback4-mcp
3636
env:
3737
GITHUB_PAT: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
3838
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}

.github/workflows/sync-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git checkout -B $extension_branch || git checkout $extension_branch
5151
5252
# Copy README from the extension repo
53-
cp ../extension/docs/README.md docs/arc-api-docs/extensions/$(basename $GITHUB_REPOSITORY)/
53+
cp ../extension/README.md docs/arc-api-docs/extensions/$(basename $GITHUB_REPOSITORY)/
5454
git add .
5555
5656
if git diff --quiet --cached; then

0 commit comments

Comments
 (0)