File tree Expand file tree Collapse file tree 3 files changed +3225
-80
lines changed Expand file tree Collapse file tree 3 files changed +3225
-80
lines changed Original file line number Diff line number Diff line change 30
30
startsWith(github.ref, 'refs/tags/v') &&
31
31
github.event.release.prerelease == true
32
32
runs-on : ubuntu-latest
33
- env :
34
- RELEASE_CONTEXT : ${{ toJson(github.event.release) }}
35
- TEST_CONTEXT : ${{ toJson(github.event) }}
36
-
37
33
steps :
38
34
- name : Publish experimental Packages to NPM
39
35
run : |
56
52
VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION)
57
53
echo "Semver stable version unclean $SEMVER_VERSION"
58
54
echo "Semver stable version valid $VALID_SEMVER_VERSION"
59
- echo "CHANGELOG_TEXT=$(npx conventional-changelog-cli@2.2.2 )" >> $GITHUB_ENV
55
+ echo "CHANGELOG_TEXT=$(npx conventional-changelog-cli)" >> $GITHUB_ENV
60
56
61
57
- uses : actions/github-script@v6
62
58
with :
@@ -96,10 +92,10 @@ jobs:
96
92
run : |
97
93
echo "publish latest to github"
98
94
99
- createchangelognext :
95
+ changelognext :
100
96
uses : ./.github/workflows/changelog.yml
101
97
needs : [publishnextgithub, publishnextnpm]
102
98
103
- createchangeloglatest :
99
+ changeloglatest :
104
100
uses : ./.github/workflows/changelog.yml
105
101
needs : [publishlatestgithub, publishlatestnpm]
You can’t perform that action at this time.
0 commit comments