drone-gitea-release/CHANGELOG.md

122 lines
1.8 KiB
Markdown
Raw Normal View History

## 0.12.0 (2024-10-25)
### Feat
- :sparkles: use tagger.when to find latest tag
## 0.11.1 (2024-07-11)
### Fix
- :bug: append newline after success message, use logger [CI SKIP]
## 0.11.0 (2024-07-11)
### Feat
- :sparkles: use log.textformatter
## 0.10.1 (2024-07-11)
### Fix
- revert: :rewind: fix: 🐛 use latest instead of last (oldest) tag - Add logs
2024-07-11 15:09:55 +00:00
## 0.10.0 (2024-07-11)
### Feat
- :loud_sound: add logs
2024-07-11 14:57:20 +00:00
## 0.9.0 (2024-07-11)
### Feat
- :sparkles: add support for adaptive cards
2024-07-11 14:55:38 +00:00
## 0.8.1 (2024-07-11)
### Fix
- :bug: use latest instead of last (oldest) tag
2024-07-03 12:16:58 +00:00
## 0.8.0 (2024-07-03)
### Feat
- :sparkles: add git username and password options for http
2024-07-03 08:55:12 +00:00
## 0.7.0 (2024-07-03)
### Feat
- :sparkles: output release url on success
2024-06-27 14:20:32 +00:00
## 0.6.0 (2024-06-27)
### Feat
- :sparkles: add error handling to fetching git tags if none found
2024-06-27 14:13:41 +00:00
## 0.5.1 (2024-06-27)
### Fix
- :bug: bump version to 0.5.1
2024-06-27 14:08:45 +00:00
## 0.5.0 (2024-06-27)
### Feat
- :sparkles: use go-git instead of native Git client to fetch latest tag
2024-06-26 14:09:36 +00:00
## 0.4.0 (2024-06-26)
### Feat
- :sparkles: add option to fetch git tags when getting latest
2024-06-25 14:08:59 +00:00
## 0.3.2 (2024-06-25)
### Fix
- :green_heart: set use_latest_git_tag to true
2024-06-25 14:06:02 +00:00
## 0.3.1 (2024-06-25)
### Fix
- :bug: add git to Dockerfile
2024-06-25 13:30:22 +00:00
## 0.3.0 (2024-06-25)
### Feat
- :sparkles: add skip_if_no_notes_file setting
## 0.2.3 (2024-06-25)
2024-06-25 13:10:30 +00:00
## 0.2.1 (2024-06-25)
### Fix
- :bug: fix struct tag format
2024-06-25 13:09:45 +00:00
## 0.2.0 (2024-06-25)
### Feat
- :sparkles: set default of use_latest_git_tag to true
2024-06-25 13:06:55 +00:00
## 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