Skip to content

Releases: main-branch/create_github_release

Release v0.2.1

17 Nov 01:39
14b04ec
Compare
Choose a tag to compare

Full Changelog

  • 14b04ec Normalize local release branch and local release tag assertions' (#25)
  • 025fa29 Refactor LocalReleaseBranchDoesNotExist#assert (#24)
  • 7880c89 Further reduce the complexity of Changelog@to_s (#21)
  • 2aa335e Fix high cognitive complexity of Changelog#to_s (#20)
  • 42c263a Add CodeClimate badges and test coverage reporting (#19)
  • 904d6cb Release v0.2.0

Release v0.2.0

16 Nov 15:43
039b152
Compare
Choose a tag to compare

Full Changelog

  • 039b152 Make it so Options#default_branch does not actually run git (#17)
  • 754224c Require date (#15)
  • 7789a28 Do not hardcode the version file path (#14)
  • 73b61bd Do not use unneeded regexps in tests (#13)
  • 6fa12e5 Create the release tag before trying to create the release branch (#12)
  • 819afd3 Call the right method for creating the release (#11)
  • 8a0fe61 Fix error in the create-github-release script (#10)
  • 6999d91 Execute the tasks from the create-github-release script (#9)
  • 819b657 Add a changelog file (#8)
  • 697fb95 Add 'tmp' and 'sig' directories to rake cleanup (#7)
  • 993e121 Add release tasks (#6)
  • a2d0b4d Add assertion to check that the git command is in the path (#5)
  • c3ed55b Refactor assertions (#4)
  • 0f3733e Add release assertions (#3)
  • a2c00ee Add the CommandLineParser class (#2)
  • 9535c0e Add the Options class (#1)