Compare commits

..

No commits in common. "25a7f9fd5130b2d56adba5bd80e92ac339429b9c" and "aa5ee55059c87f9814b7bf22e23e2cb9781f4644" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

@ -31,3 +31,4 @@ 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" .
- mc cp -r "s3/vieter/commits/$CI_COMMIT_SHA" assets
when:
event: tag
@ -24,8 +24,8 @@ pipeline:
- gitea_release_api_key
settings:
base_url: https://git.rustybever.be
files: ${CI_COMMIT_SHA}/*
checksum:
files: assets/*
checksums:
- md5
- sha256
prerelease: true

View File

@ -7,8 +7,6 @@ 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