Releases: beatlabs/delete-old-branches-action
Releases · beatlabs/delete-old-branches-action
v0.0.10
What's Changed
- use latest checkout action with safe.dir fix by @ravinaik1312 in #22
- docs: update example version to current by @mdelapenya in #23
- Fixes a typo by @iamnotaturtle in #27
- Updated output due to it will be deprecated by @juanjimenezcasas in #30
New Contributors
- @iamnotaturtle made their first contribution in #27
- @juanjimenezcasas made their first contribution in #30
Full Changelog: v0.0.9...v0.0.10
v0.0.9
v0.0.8
v0.0.7
Changelog
- [ee268fd] delete-old-branches: Protect main and master branch (Polykarpos Kossyfas)
- [9104e84] delete-action-branches: Add ability to exclude certain tags pattern (Markos Chandras)
- [5cec5e4] Update CODEOWNERS (Siavash Safi)
- [6178899] docs: update example usage to latest version (Manuel de la Peña)
- [6a6405f] [github] Update release action (Markos Chandras)
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
Commits
- Delete Release badge (Markos Chandras)
- [3fe627f]: Add support for deleting old tags as well (Markos Chandras) #1
- [c0cb74b]: Also fetch tags during initial git fetch (Markos Chandras) #2
- [0698a3a]: delete-old-brances: Add option to dump the curl output on failures (Markos Chandras) #3
- [56f53d0]: Fix bug when deleting branches with delete_tags=true (Markos Chandras) #4
v0.0.1
Add initial implementation