Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 14:45
· 12 commits to master since this release

💥 Breaking Change

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

Full Changelog: v1.6.0...v2.0.0