This repository was archived by the owner on Apr 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 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 :
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 }}
You can’t perform that action at this time.
0 commit comments