drone-gitea-release/CHANGELOG.md
RaviAnand Mohabir dd01ea4397
All checks were successful
continuous-integration/drone/tag Build is passing
chore: bump 0.5.0 → 0.5.1 [CI SKIP]
2024-06-27 14:13:41 +00:00

62 lines
960 B
Markdown

## 0.5.1 (2024-06-27)
### Fix
- :bug: bump version to 0.5.1
## 0.5.0 (2024-06-27)
### Feat
- :sparkles: use go-git instead of native Git client to fetch latest tag
## 0.4.0 (2024-06-26)
### Feat
- :sparkles: add option to fetch git tags when getting latest
## 0.3.2 (2024-06-25)
### Fix
- :green_heart: set use_latest_git_tag to true
## 0.3.1 (2024-06-25)
### Fix
- :bug: add git to Dockerfile
## 0.3.0 (2024-06-25)
### Feat
- :sparkles: add skip_if_no_notes_file setting
## 0.2.3 (2024-06-25)
## 0.2.1 (2024-06-25)
### Fix
- :bug: fix struct tag format
## 0.2.0 (2024-06-25)
### Feat
- :sparkles: set default of use_latest_git_tag to true
## 0.1.0 (2024-06-25)
### Feat
- :sparkles: add dockerfile
- :sparkles: implement drone-gitea-release plugin with support for tag from latest git tag or version file and notes from settings or file
### Fix
- :bug: only parse flags if available
- :bug: disable CGO to be used in alpine image