diff --git a/.drone.yml b/.drone.yml index e4959ac..d44b729 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: image: "monacoremo/nix:2020-04-05-05f09348-circleci" environment: USER: root - run: + commands: - cachix use xe - nix-build docker.nix - cp $(readlink result) /result/docker.tgz @@ -51,7 +51,7 @@ steps: path: /result - name: dockersock path: /var/run/docker.sock - run: + commands: - docker load /result/docker.tgz - echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin - docker push xena/gitea-release diff --git a/CHANGELOG.md b/CHANGELOG.md index d0baa7d..6f88510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.2.4 + +I need to make some kind of drone CI validator + ## 0.2.3 Typo in the CD script :D diff --git a/Cargo.lock b/Cargo.lock index b98eeaa..94b938f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "gitea-release" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index 4732ce2..ec9788d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitea-release" -version = "0.2.3" +version = "0.2.4" authors = ["Christine Dodrill "] edition = "2018" diff --git a/README.md b/README.md index b310e6c..588fd16 100644 --- a/README.md +++ b/README.md @@ -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.3 + image: xena/gitea-release:0.2.4 settings: auth_username: cadey changelog_path: ./CHANGELOG.md diff --git a/VERSION b/VERSION index 7179039..abd4105 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4