Compare commits

...

2 Commits

Author SHA1 Message Date
cc8c306f3c
prepare release v0.1.6
All checks were successful
Create Release / build (push) Successful in 28s
2023-10-05 20:55:29 +02:00
1c92f63ab1
ignore specific tags 2023-10-05 20:55:06 +02:00
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,9 @@ on:
push:
tags:
- '*'
tags-ignore:
- v0
- v1
jobs:
build:
runs-on: ubuntu-latest

View File

@ -1,3 +1,7 @@
# 0.1.6 / 2023-10-05
* ignore specific tags
# 0.1.5 / 2023-10-05
* fix vault path
@ -26,4 +30,4 @@
# 0.0.1 / 2023-10-05
* Initial version
* Initial version