2024-01-27 23:26:49 +01:00
|
|
|
---
|
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:
|
|
|
|
github:
|
|
|
|
type: github
|
|
|
|
endpoint: https://github.com
|
|
|
|
auth:
|
|
|
|
user: myUserName
|
|
|
|
pass: token_superimportantsecret
|
|
|
|
myserv:
|
|
|
|
type: gitea
|
2024-01-27 23:26:49 +01:00
|
|
|
endpoint: https://git.cscherr.de
|
2024-01-24 23:04:01 +01:00
|
|
|
auth:
|
|
|
|
user: myUserName
|
|
|
|
pass: importantsecrettoken
|