release version 0.2.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-31 15:56:04 -04:00
parent 2d0c24890a
commit a2c2fcf5a6
6 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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

2
Cargo.lock generated
View File

@ -326,7 +326,7 @@ dependencies = [
[[package]]
name = "gitea-release"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"anyhow",
"byte-unit",

View File

@ -1,6 +1,6 @@
[package]
name = "gitea-release"
version = "0.2.0"
version = "0.2.1"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"

View File

@ -1 +1 @@
0.2.0
0.2.1

View File

@ -13,7 +13,7 @@ let
contents = [ pkg ];
config = {
Cmd = [ "/bin/gitea-release" "drone" ];
Cmd = [ "/bin/gitea-release" "drone-plugin" ];
WorkingDir = "/";
};
};