Compare commits

...

3 Commits

Author SHA1 Message Date
Jef Roosens 25a7f9fd51
Updated changelog [CI SKIP] 2022-02-01 00:17:56 +01:00
Jef Roosens 7e1fb347ee
Possible fix for CI releases 2022-02-01 00:08:23 +01:00
Jef Roosens 5bff3a6514 Merge pull request '0.1.0-rc.1' (#60) from dev into main
Reviewed-on: #60
2022-01-31 23:53:46 +01:00
3 changed files with 5 additions and 4 deletions

View File

@ -31,4 +31,3 @@ pipeline:
- CI_COMMIT_SHA
when:
event: tag
branch: main

View File

@ -14,7 +14,7 @@ pipeline:
secrets: [ s3_username, s3_password ]
commands:
- mc alias set s3/ https://s3.rustybever.be "$S3_USERNAME" "$S3_PASSWORD"
- mc cp -r "s3/vieter/commits/$CI_COMMIT_SHA" assets
- mc cp -r "s3/vieter/commits/$CI_COMMIT_SHA" .
when:
event: tag
@ -24,8 +24,8 @@ pipeline:
- gitea_release_api_key
settings:
base_url: https://git.rustybever.be
files: assets/*
checksums:
files: ${CI_COMMIT_SHA}/*
checksum:
- md5
- sha256
prerelease: true

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/Chewing_Bever/vieter)
## [0.1.0-rc.1](https://git.rustybever.be/Chewing_Bever/vieter/src/tag/0.1.0-rc.1)
### Added
* Ability to publish packages