Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 30e08f7

Browse files
committed
chore: remove TRIPSS
1 parent 439cf86 commit 30e08f7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/create-github-release.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,6 @@ jobs:
6868
steps:
6969
- name: Checkout repo
7070
uses: actions/checkout@v3
71-
72-
- name: Conventional Changelog Action
73-
id: changelog
74-
uses: TriPSs/conventional-changelog-action@d360fad3a42feca6462f72c97c165d60a02d4bf2
75-
# overriding some of the basic behaviors to just get the changelog
76-
with:
77-
git-user-name: svc-cli-bot
78-
git-user-email: svc_cli_bot@salesforce.com
79-
github-token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
80-
output-file: false
81-
# always do the release, even if there are no semantic commits
82-
skip-on-empty: false
83-
# pjson version was already updated by the "cli:release:build" script, so don't base behavior on these commits
84-
skip-version-file: true
85-
# avoids the default `v` so all the later actions don't have to remove it
86-
tag-prefix: ''
8771
- uses: notiz-dev/github-action-json-property@2192e246737701f108a4571462b76c75e7376216
8872
id: packageVersion
8973
with:
@@ -100,6 +84,3 @@ jobs:
10084
# This channel value is read from the Github Release body to determine the channel. Be cautious editing
10185
body: |
10286
!! Release as ${{ needs.validate-channel.outputs.channel }} !!
103-
104-
Change log:
105-
${{ steps.changelog.outputs.clean_changelog }}

0 commit comments

Comments
 (0)