version 0.2.6
This commit is contained in:
parent
02353705b1
commit
7d09c0dee0
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.2.6
|
||||
|
||||
A fix from @kivikakk to remove the use of RefCells in markdown parsing
|
||||
|
||||
## 0.2.5
|
||||
|
||||
CD fix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gitea-release"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
authors = ["Christine Dodrill <me@christine.website>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ To use this as a drone plugin, add the following to your `.drone.yml`:
|
|||
|
||||
```yaml
|
||||
- name: auto-release
|
||||
image: xena/gitea-release:0.2.5
|
||||
image: xena/gitea-release:0.2.6
|
||||
settings:
|
||||
auth_username: cadey
|
||||
changelog_path: ./CHANGELOG.md
|
||||
|
|
Loading…
Reference in New Issue