mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: update workflow variables
This commit is contained in:
parent
b56c98c678
commit
a8c48d4961
2
.cz.toml
2
.cz.toml
@ -2,6 +2,6 @@
|
|||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "v$version"
|
tag_format = "v$version"
|
||||||
version_scheme = "semver"
|
version_scheme = "semver"
|
||||||
version = "0.5.0"
|
version = "0.4.1"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
major_version_zero = true
|
major_version_zero = true
|
||||||
|
3
.github/workflows/scheduled-release.yml
vendored
3
.github/workflows/scheduled-release.yml
vendored
@ -37,3 +37,6 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GH_RELEASER_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_RELEASER_TOKEN }}
|
||||||
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
||||||
GITHUB_PERSONAL_AUTH_TOKEN: ${{ secrets.GH_RELEASER_TOKEN }}
|
GITHUB_PERSONAL_AUTH_TOKEN: ${{ secrets.GH_RELEASER_TOKEN }}
|
||||||
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
|
22
CHANGELOG.md
22
CHANGELOG.md
@ -1,25 +1,3 @@
|
|||||||
## v0.5.0 (2024-10-02)
|
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- **release**: add docker images for sonrd and motr
|
|
||||||
- update homepage with new visual design
|
|
||||||
- add DID to vault genesis schema
|
|
||||||
- add video component
|
|
||||||
- add video component
|
|
||||||
- add hx-get attribute to primary button in hero section
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- **layout**: add missing favicon
|
|
||||||
- **hero**: Use hx-swap for primary button to prevent flicker
|
|
||||||
|
|
||||||
## v0.4.2 (2024-10-01)
|
|
||||||
|
|
||||||
### Refactor
|
|
||||||
|
|
||||||
- use single GITHUB_TOKEN for release workflow
|
|
||||||
|
|
||||||
## v0.4.1 (2024-10-01)
|
## v0.4.1 (2024-10-01)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user