drone-gitea-release/CHANGELOG.md
RaviAnand Mohabir 9aace7aa2b
All checks were successful
continuous-integration/drone/tag Build is passing
chore: bump 0.11.1 → 0.12.0 [CI SKIP]
2024-10-25 16:14:51 +00:00

1.8 KiB

0.12.0 (2024-10-25)

Feat

  • use tagger.when to find latest tag

0.11.1 (2024-07-11)

Fix

  • 🐛 append newline after success message, use logger [CI SKIP]

0.11.0 (2024-07-11)

Feat

  • use log.textformatter

0.10.1 (2024-07-11)

Fix

  • revert: fix: 🐛 use latest instead of last (oldest) tag - Add logs

0.10.0 (2024-07-11)

Feat

  • 🔊 add logs

0.9.0 (2024-07-11)

Feat

  • add support for adaptive cards

0.8.1 (2024-07-11)

Fix

  • 🐛 use latest instead of last (oldest) tag

0.8.0 (2024-07-03)

Feat

  • add git username and password options for http

0.7.0 (2024-07-03)

Feat

  • output release url on success

0.6.0 (2024-06-27)

Feat

  • add error handling to fetching git tags if none found

0.5.1 (2024-06-27)

Fix

  • 🐛 bump version to 0.5.1

0.5.0 (2024-06-27)

Feat

  • use go-git instead of native Git client to fetch latest tag

0.4.0 (2024-06-26)

Feat

  • add option to fetch git tags when getting latest

0.3.2 (2024-06-25)

Fix

  • 💚 set use_latest_git_tag to true

0.3.1 (2024-06-25)

Fix

  • 🐛 add git to Dockerfile

0.3.0 (2024-06-25)

Feat

  • add skip_if_no_notes_file setting

0.2.3 (2024-06-25)

0.2.1 (2024-06-25)

Fix

  • 🐛 fix struct tag format

0.2.0 (2024-06-25)

Feat

  • set default of use_latest_git_tag to true

0.1.0 (2024-06-25)

Feat

  • add dockerfile
  • implement drone-gitea-release plugin with support for tag from latest git tag or version file and notes from settings or file

Fix

  • 🐛 only parse flags if available
  • 🐛 disable CGO to be used in alpine image