File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 uses : orhun/git-cliff-action@v4
5959 with :
6060 config : cliff.toml
61- args : --verbose
61+ args : --tag ${{ github.event.inputs.version }} -- verbose
6262 env :
6363 OUTPUT : CHANGELOG.md
6464 GITHUB_REPO : ${{ github.repository }}
6868 run : |
6969 git config --global user.name "${{ steps.app-token.outputs.user-name }}"
7070 git config --global user.email "${{ steps.app-token.outputs.user-email }}"
71- git add package.json Cargo.toml index.js index.d.ts CHANGELOG.md LICENSE-3RD-PARTY.txt
71+ git add package.json Cargo.toml Cargo.lock index.js index.d.ts CHANGELOG.md LICENSE-3RD-PARTY.txt
7272 git commit -m "${{ github.event.inputs.version }}"
7373 git push
7474 - name : Set version output
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ trim = true
2626render_always = true
2727# An array of regex based postprocessors to modify the changelog.
2828postprocessors = [
29- { pattern = ' \((\w+\s)? #([0-9]+)\)' , replace = " ([#${2}](https://github.com/$GITHUB_REPO/issues /${2}))" },
29+ { pattern = ' \((\w+?\s* #([0-9]+)) \)' , replace = " ([#${2}](https://github.com/mongodb-js/atlas-local-lib-js/pull /${2}))" },
3030]
3131# render body even when there are no releases to process
3232# render_always = true
@@ -78,7 +78,7 @@ commit_parsers = [
7878filter_commits = false
7979# An array of link parsers for extracting external references, and turning them into URLs, using regex.
8080link_parsers = [
81- { pattern = " #(\\ d+)" , href = " https://github.com/$GITHUB_REPO/ issues/$1" }
81+ { pattern = " #(\\ d+)" , href = " https://github.com/mongodb-js/atlas-local-lib-js/ issues/$1" },
8282]
8383# Include only the tags that belong to the current branch.
8484use_branch_tags = false
You can’t perform that action at this time.
0 commit comments