💥 Breaking Change
- ⬆️ Update to Node 20 by @janisozaur in #91
This update impacts users utilizing gh-describe
as an action in GitHub Actions.
Users exclusively using GitHub-hosted runners will not be directly affected.
However, we recommend updating to the major version v2 as illustrated below:
- name: Git describe
id: ghd
- uses: proudust/gh-describe@v1
+ uses: proudust/gh-describe@v2
For those using Self-hosted runners, an update to your runner may be necessary. For more detailed information and update instructions, please refer to the official GitHub blog.
✨ What's Changed
- ⬆️ Bump @actions/core from 1.10.0 to 1.10.1
- ⬆️ Bump cliffy from v0.25.7 to v1.0.0-rc.3
- ⬆️ Bump dnt from 0.33.1 to 0.40.0
- ⬆️ Bump esbuild from v0.15.16 to v0.20.0
- ⬆️ Bump std from 0.171.0 to 0.213.0
New Contributors
- @janisozaur made their first contribution in #91
Full Changelog: v1.6.0...v2.0.0