5 Commits

Author SHA1 Message Date
eabe966971 v0.5.0
Some checks failed
continuous-integration/drone/tag Build is failing
2021-07-28 17:48:24 -07:00
ef3139fafd remove unnecessary .git 2021-07-28 17:48:14 -07:00
c342f2d7f3 v0.4.0
Some checks failed
continuous-integration/drone/tag Build is failing
2021-07-28 17:10:39 -07:00
d1c77ac237 fix drone config 2021-07-28 17:08:50 -07:00
a7d531e4b7 restrict CI to tag events 2021-07-28 17:06:25 -07:00
2 changed files with 3 additions and 9 deletions

View File

@ -3,11 +3,7 @@ type: docker
name: main
trigger:
branch:
- master
event:
- push
- tag
event: tag
steps:
- name: build-windows
@ -25,13 +21,11 @@ steps:
- name: release
image: plugins/gitea-release
when:
event: tag
depends_on:
- build-windows
- build-linux
settings:
base_url: 'https://git.jfmonty2.com/jfmonty2/passphrase.git'
base_url: 'https://git.jfmonty2.com/jfmonty2/passphrase'
files:
- passphrase_linux
- passphrase.exe

View File

@ -1,6 +1,6 @@
# Package
version = "0.2.0"
version = "0.5.0"
author = "Joseph Montanaro"
description = "Passphrase generator and dictionary builder"
license = "none"