Skip to content

Commit

Permalink
v0.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Oct 13, 2020
1 parent 00a6834 commit 505eb4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,6 @@ steps:
auto_tag_aliases:
- latest

- name: gitea-release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.joseluisq.net/
files:
- ./bin/*.tar.gz
- ./bin/*-SHA256SUM
draft: true

- name: github-release
image: plugins/github-release
settings:
Expand Down Expand Up @@ -133,7 +122,6 @@ trigger:
exclude:
- refs/tags/**rc**
- refs/tags/**alpha**
- refs/tags/**beta**
- refs/tags/**latest**
- refs/tags/**dev**

Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "paket"
version = "0.0.0"
version = "0.1.0-beta.1"
description = "A simple package manager for the Fish shell"
license = "MIT OR Apache-2.0"
authors = ["Jose Quintana <git.io/joseluisq>"]
Expand Down

0 comments on commit 505eb4a

Please sign in to comment.