This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Releases: dev-drprasad/delete-tag-and-release
Releases · dev-drprasad/delete-tag-and-release
v1.1
What's Changed
- Update package for Node.js v20 by @thadguidry in #47
- Use major version instead of exact version by @Apacelus in #21
- Add Tests and CI by @wardellbagby in #17
- Migrate to using @actions/core and @actions/github by @wardellbagby in #23
- Improve the Developer Experience by @wardellbagby in #27
- Replaced emojis by @Sunny-25 in #31
- Fix issue where deleting tags failed by @wardellbagby in #29
- Update action.yml to use Node.js v20 by @thadguidry in #41
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #36
- Bump @babel/traverse from 7.20.5 to 7.24.1 by @dependabot in #43
- Update nodejs 20.x by @JeelsBoobz in #40
- Update README.md by @thadguidry in #42
- Update test.yml to only use Node.js v20 by @thadguidry in #44
- Update lint.yml to use Node.js v20 by @thadguidry in #45
- Update bundle-check.yml to use Node.js v20 by @thadguidry in #46
New Contributors
- @Apacelus made their first contribution in #21
- @wardellbagby made their first contribution in #17
- @Sunny-25 made their first contribution in #31
- @dependabot made their first contribution in #36
- @JeelsBoobz made their first contribution in #40
Full Changelog: v0.2.1...v1.1
v1.0.1
- No changes other than updated README example
v1.0
Pre-release v1.0
- No breaking changes expected from previous v0.2.1 but we would like the community to test this pre-release on test repos or non-production workflows first and give the team feedback and create issues to help us reproduce as necessary. If you can keep and provide URLs to your GitHub Actions workflow logs that would be fantastic!
What's Changed
- Action is now Typescript based instead of Javascript by @wardellbagby in #26
- Use major version instead of exact version by @Apacelus in #21
- Add Tests and CI by @wardellbagby in #17
- Migrate to using @actions/core and @actions/github by @wardellbagby in #23
- Improve the Developer Experience by @wardellbagby in #27
- Replaced chili pepper emojis with stop sign emoji by @Sunny-25 in #31
- Fix issue where deleting tags failed by @wardellbagby in #29
New Contributors
- @Apacelus made their first contribution in #21
- @wardellbagby made their first contribution in #17
- @Sunny-25 made their first contribution in #31
Full Changelog: v0.2.1...v1.0
v0.2.1
- This new release resolves the Node12 deprecation warning (finally). It now uses Node16.
- removed older tags and previous releases which had bugs that could inadvertently remove folks' releases unintentionally, if those release versions were used accidentally.