Commit browse files
Message
Changed Files (4)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a4d2e..99987c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [unreleased] +## [0.5.0] - 2026-06-02 ### 🚀 Features @@ -10,6 +10,7 @@ ### 🐛 Bug Fixes - Change schemars spec from 2020-12 to draft-07 +- *(release)* Re-add cargo.lock whin running release task ### ⚙️ Miscellaneous Tasks -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index 76792a0..4ab1cdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "abbaye" -version = "0.4.0" +version = "0.5.0" dependencies = [ "chrono", "clap", -
modified abbaye.toml
diff --git a/abbaye.toml b/abbaye.toml index 4f153d2..316fa77 100644 --- a/abbaye.toml +++ b/abbaye.toml @@ -2,7 +2,7 @@ [site] name = "Abbaye" -base_url = "http://vit.am/~ololduck/abbaye/" +base_url = "https://vit.am/~ololduck/abbaye/" repo_url = "https://git.sr.ht/~ololduck/abbaye" fediverse_creator = "@ololduck@vit.am" @@ -16,11 +16,11 @@ tag_prefix = "v" [changelog] -[[builders]] # builds the project using cargo build --release +[[builders]] # builds the project using cargo build --release type = "cargo" targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"] -[[builders]] # generates documentation using cargo doc +[[builders]] # generates documentation using cargo doc type = "cargo_doc" no_deps = true @@ -33,4 +33,4 @@ script = [ outputs = ["target/abbaye.schema.json"] [[builders]] -type = "archive" # creates a compressed tarball of the source code (can be of anything, really) +type = "archive" # creates a compressed tarball of the source code (can be of anything, really) -
modified mise.toml
diff --git a/mise.toml b/mise.toml index 3fa18e6..99d358c 100644 --- a/mise.toml +++ b/mise.toml @@ -99,7 +99,7 @@ run = [ "prek run --all-files", "mise run 'build::release'", "git tag --force v${usage_new_version}", - "mise run generate-changelog && git commit --amend --no-edit -n", + "mise run generate-changelog && git commit -a --amend --no-edit -n", "git tag --force v${usage_new_version}", "git push --force", ]