release version 0.2.1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2d0c24890a
commit
a2c2fcf5a6
|
@ -9,13 +9,15 @@ steps:
|
|||
- cargo test
|
||||
|
||||
- name: auto-release
|
||||
image: xena/gitea-release:0.2.0
|
||||
image: xena/gitea-release:0.2.1
|
||||
settings:
|
||||
auth_username: cadey
|
||||
gitea_server: https://tulpa.dev
|
||||
gitea_token:
|
||||
from_secret: GITEA_TOKEN
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
branch:
|
||||
include:
|
||||
- master
|
||||
|
|
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.2.1
|
||||
|
||||
Hotfix for a typo in the docker manifest.
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### ADDED
|
||||
|
|
|
@ -326,7 +326,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gitea-release"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"byte-unit",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gitea-release"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Christine Dodrill <me@christine.website>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ let
|
|||
contents = [ pkg ];
|
||||
|
||||
config = {
|
||||
Cmd = [ "/bin/gitea-release" "drone" ];
|
||||
Cmd = [ "/bin/gitea-release" "drone-plugin" ];
|
||||
WorkingDir = "/";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue