2024-04-25 15:44:55 +02:00
|
|
|
version:
|
|
|
|
!cargo
|
2024-01-24 23:04:01 +01:00
|
|
|
changelog:
|
|
|
|
enable: true
|
2024-01-25 22:35:40 +01:00
|
|
|
git-log: true
|
2024-01-24 23:04:01 +01:00
|
|
|
|
|
|
|
uses:
|
|
|
|
cargo:
|
|
|
|
publish: true
|
2024-01-27 23:26:49 +01:00
|
|
|
# tokens are loaded from ~/.cargo/config.toml
|
2024-01-24 23:04:01 +01:00
|
|
|
registries:
|
2024-01-27 23:26:49 +01:00
|
|
|
- crates.io
|
|
|
|
- cscherr
|
2024-01-24 23:04:01 +01:00
|
|
|
|
|
|
|
api:
|
2024-04-26 08:54:23 +02:00
|
|
|
github:
|
|
|
|
type: github
|
|
|
|
repository: autocrate
|
|
|
|
auth:
|
|
|
|
user: PlexSheep
|
|
|
|
pass:
|
|
|
|
!env TOKEN_GH
|
2024-02-24 13:24:14 +01:00
|
|
|
cscherr:
|
|
|
|
type: forgejo
|
2024-01-27 23:26:49 +01:00
|
|
|
endpoint: https://git.cscherr.de
|
2024-02-25 00:01:03 +01:00
|
|
|
repository: autocrate
|
2024-01-24 23:04:01 +01:00
|
|
|
auth:
|
2024-02-24 13:24:14 +01:00
|
|
|
user: PlexSheep
|
|
|
|
pass:
|
2024-04-25 14:33:48 +02:00
|
|
|
!env TOKEN_CSCHERR
|