diff --git a/.github/workflows/github-release.yaml b/.github/workflows/github-release.yaml index 6bba0ce..444680a 100644 --- a/.github/workflows/github-release.yaml +++ b/.github/workflows/github-release.yaml @@ -57,8 +57,12 @@ jobs: - name: Generate Conventional Changelog id: changelog if: env.previous_tag - run: | - echo ""::set-output name=changelog::$(npx conventional-changelog-cli -p angular)" + # run: | + # echo ""::set-output name=changelog::$(npx conventional-changelog-cli -p angular)" + run: >- + echo "::set-output name=changelog::$( + npx conventional-changelog-cli -p angular + )" - run: | echo "${{ steps.changelog.outputs.changelog }}" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b72d808 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# [](https://github.com/CloudNativeEntrepreneur/actions/compare/v0.10.11...v) (2022-11-20) + + +### Bug Fixes + +* changelog ([de2ddd5](https://github.com/CloudNativeEntrepreneur/actions/commit/de2ddd5f80122ec92c5a6434d6b80591af57594f)) +* changelog ([e9a1caa](https://github.com/CloudNativeEntrepreneur/actions/commit/e9a1caa444d3a1e8113e13cf826f3996d8cacaa2)) +* changelog 2 ([e6f4f6a](https://github.com/CloudNativeEntrepreneur/actions/commit/e6f4f6a4c3afbba78b8afc283f42d09fc58ae0f7)) +* changelog 3 ([d06498e](https://github.com/CloudNativeEntrepreneur/actions/commit/d06498e00a9d73967ed7fdc4a0667b18ab45667e)) +* changelog 4 ([7a8e6d3](https://github.com/CloudNativeEntrepreneur/actions/commit/7a8e6d37a6204dca845dd9bcdbefd4c719a07ed2)) +* changelog outputs ([972aa27](https://github.com/CloudNativeEntrepreneur/actions/commit/972aa27e77d1fa9b45bac7272725e1b6f32564ed)) +* just expects prefix, not whole tag ([c85a3a1](https://github.com/CloudNativeEntrepreneur/actions/commit/c85a3a1ee33236a0bc4707b8b1874eb921e70184)) +* optional ([37fd406](https://github.com/CloudNativeEntrepreneur/actions/commit/37fd406c63d93d7785907e7cb0ac675a69109836)) +* previous_tag ([f5f4f2c](https://github.com/CloudNativeEntrepreneur/actions/commit/f5f4f2c72ccbe2a6df7041c5b10cb0e5491309fc)) +* set output syntax ([ee15bae](https://github.com/CloudNativeEntrepreneur/actions/commit/ee15baec4f5c8396c4f47448c350a7e30213b5b9)) + + +### Features + +* conventional-changelog-cli ([1186095](https://github.com/CloudNativeEntrepreneur/actions/commit/118609585ecd795c47394eecc1f1030239e25581)) + + +