This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Releases: dev-drprasad/delete-older-releases
Releases · dev-drprasad/delete-older-releases
v0.3.4
What's Changed
- Update README.md by @thadguidry in #41
- fix: path contains unescaped characters by @No06 in #45
- fix: remove has assets condition by @ReenigneArcher in #47
New Contributors
- @thadguidry made their first contribution in #41
- @No06 made their first contribution in #45
- @ReenigneArcher made their first contribution in #47
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- update readme by @smallprogram in #36
- update to Node.js 20 by @ywt114 in #38
New Contributors
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- fixed broken Regex matching discovered in v0.3.1 by @smallprogram in #35
- feat: now supports GitHub Enterprise server by @smallprogram in #35
- Change SVG flowchart to Mermaid flowchart by @KevinNitroG in #33
New Contributors
- @KevinNitroG made their first contribution in #33
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- add delete_prerelease_only parameter
- changes delete_tag_pattern to use Regex for more advanced pattern matching for release tags.
Special Thanks to @smallprogram in #30
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: add download quantity removal rules
- feat: handle more than 100 releases per time
Special Thanks to @smallprogram for their work on these new features! See PR for details: #27
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Updated README.md showing example use of delete_tag_pattern by @dimkr in #9
- Fix delete old release logic (sort reverse by release date) by @smallprogram in #15
- fixes #22 run with node16 (now that node 12 is deprecated on GitHub Runners) by @HiGarfield in #20
New Contributors
- @dimkr made their first contribution in #9
- @smallprogram made their first contribution in #15
- @HiGarfield made their first contribution in #20
Full Changelog: v0.2.0...v0.2.1
v0.2.0
✨ Add feature to delete by tag pattern (#8) * Implement pattern to match logic * more logging, more items * Apply suggestions from code review Co-authored-by: Thad Guidry <[email protected]> * fix logging mistake * Apply suggestions from code review Co-authored-by: REDDY PRASAD <[email protected]> * fix after suggestions Co-authored-by: Dennis Trümper <[email protected]> Co-authored-by: Thad Guidry <[email protected]> Co-authored-by: REDDY PRASAD <[email protected]>
v0.1.0: ✨ Add option to delete tags (#6)
🐛 Fix missing param in action yaml (#6)