Skip to content

Commit

Permalink
deps(CI): bump ardalanamini/auto-changelog from 2 to 3 (#30)
Browse files Browse the repository at this point in the history
* deps(CI): bump ardalanamini/auto-changelog from 2 to 3

Bumps [ardalanamini/auto-changelog](https://github.com/ardalanamini/auto-changelog) from 2 to 3.
- [Release notes](https://github.com/ardalanamini/auto-changelog/releases)
- [Commits](ardalanamini/auto-changelog@v2...v3)

---
updated-dependencies:
- dependency-name: ardalanamini/auto-changelog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci(GitHub): Update release workflow

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ardalan Amini <ardalanamini22@gmail.com>
  • Loading branch information
dependabot[bot] and ardalanamini authored Apr 29, 2022
1 parent 7d8ff96 commit 47cf140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ jobs:
- uses: actions/checkout@v3

- name: Changelog
uses: ardalanamini/auto-changelog@v2
uses: ardalanamini/auto-changelog@v3
id: changelog

- name: Create Release
uses: softprops/action-gh-release@v1
with:
body: |
${{ steps.changelog.outputs.changelog }}
prerelease: ${{ steps.changelog.outputs.prerelease }}

publish-npm:
name: Publish to NPM
Expand Down

0 comments on commit 47cf140

Please sign in to comment.