Skip to content

Releases: beatlabs/delete-old-branches-action

v0.0.10

11 May 10:46
6e94df0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

18 Apr 20:40
db61ade
Compare
Choose a tag to compare

Changelog

  • [db61ade] fix unsafe directory permission error (#21) (Ravi Naik)
  • [328c2fc] Use github set-output command to provide output to downstream steps/jobs (#19) (Brent Watson)
  • [9c780c2] Echo git command that can be used to recreate deleted branch (#18) (Brent Watson)

v0.0.8

15 Mar 11:44
25be962
Compare
Choose a tag to compare

Changelog

v0.0.7

08 Feb 15:47
90dde14
Compare
Choose a tag to compare

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

01 Dec 11:47
b0c1038
Compare
Choose a tag to compare

Commits

  • [ea9b1ff]: [github] Bump to latest release action (Markos Chandras)
  • [32c8b35]: delete-old-branches: Fix default regex for excluded branches (Markos Chandras) #9

v0.0.5

24 Nov 15:44
e78d126
Compare
Choose a tag to compare

Commits

  • [fb75cf4]: Fix logic around prefixed branches (Markos Chandras) #6
  • [eab41eb]: [delete-old-branches] Add option to keep minimum number of tags (Markos Chandras) #8

v0.0.4

14 Sep 13:40
68dfdde
Compare
Choose a tag to compare

Commits

  • [37542d5]: Pass --refs to git-ls-remote (Markos Chandras) #7
  • [68dfdde]: [github] Update SHA for release action (Markos Chandras)

v0.0.3

22 Jul 07:55
801baf5
Compare
Choose a tag to compare

Commits

  • [be5626b]: Adding a mechanism to filter per prefix (teivah) #5

v0.0.2

16 Jun 15:37
df0035d
Compare
Choose a tag to compare

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

22 May 13:33
3ba1f50
Compare
Choose a tag to compare
Add initial implementation