Skip to content

Releases: aevea/git

Renaming

27 Nov 10:13
Compare
Choose a tag to compare

This release just fixes pathing after the renaming to outillage.

Chores and Improvements πŸ”§

f077dbc update commitsar/release-notary docker tag to v0.5.1
a0c918d update paths after renaming
ddbc08d update commitsar/release-notary docker tag to v0.4.2

v1.2.5: fix(getTags): wrong hash in annotated tags

25 Oct 12:47
Compare
Choose a tag to compare

Bug fixes πŸ›

cbc1228 wrong hash in annotated tags
  • annotated tags have their own hash and a target hash, for the purpose of checking if current commit is on a tag we need to check against the Target hash

Chores and Improvements πŸ”§

5b9f3f2 update commitsar/release-notary docker tag to v0.4.1

v1.2.4: fix(getTags): annotated tags were not detected correctly by getTags

25 Oct 11:40
Compare
Choose a tag to compare

Bug fixes πŸ›

de4084f annotated tags were not detected correctly by getTags
  • adds test case for annotated tags
  • adds logic to get annotated tags as well

Chores and Improvements πŸ”§

51075e1 update commitsar/release-notary docker tag to v0.4.0

v1.2.3

21 Oct 21:13
Compare
Choose a tag to compare

Chores and Improvements πŸ”§

v1.2.2: fix: ignore tags that can't find the commit date for

21 Oct 21:08
Compare
Choose a tag to compare

Bug fixes πŸ›

  • 2793bdc ignore tags that can't find the commit date for

Other πŸ“¦

  • 1b94301 "fix: simplify getting tags"

v1.2.1: fix: simplify getting tags

21 Oct 20:38
Compare
Choose a tag to compare

Bug fixes πŸ›

v1.2.0: fix!: use pointers for Tag returns

21 Oct 11:58
Compare
Choose a tag to compare

Bug fixes πŸ›

  • 250a48a use pointers for Tag returns

v1.1.1

21 Oct 11:10
Compare
Choose a tag to compare

Bug fixes πŸ›

  • 438a76d add debugging to CurrentTag function

Tag helper functions

21 Oct 10:02
Compare
Choose a tag to compare

This release adds a couple of helpers with tags and unifies the tag getting functionality.

Features πŸš€

  • 31fb81a add function to get tag on current commit
  • 7fb9363 returns all tags in the repo
  • 87d5b01 add Tag struct

Bug fixes πŸ›

  • 1bbc758 add gitignore for testfiles

Chores and Improvements πŸ”§

  • 1da9181 update commitsar/commitsar docker tag to v0.8.0
  • 8117cbc update commitsar/release-notary docker tag to v0.3.3

v1.0.0

19 Oct 10:02
Compare
Choose a tag to compare

Features πŸš€

Chores and Improvements πŸ”§

  • 6fb5ed8 update commitsar/release-notary docker tag to v0.3.2
  • b20b9b4 remove goreleaser
  • be37aa4 remove unused files

Other πŸ“¦