diff options
Diffstat (limited to '.changes')
| -rw-r--r-- | .changes/config.toml | 4 | ||||
| -rw-r--r-- | .changes/release-aur.md | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.changes/config.toml b/.changes/config.toml index bd02fe4..29d2fee 100644 --- a/.changes/config.toml +++ b/.changes/config.toml @@ -32,10 +32,6 @@ url = "https://crates.io/api/v1/crates/{{ package.name }}/{{ package.version }}" User-Agent = "Semifold 0.2.10" [[resolver.rust.publish]] -command = "cargo" -args = ["publish"] - -[[resolver.rust.publish]] command = "pnpm" args = ["tsx", "scripts/release-aur.ts"] diff --git a/.changes/release-aur.md b/.changes/release-aur.md new file mode 100644 index 0000000..4d6cba5 --- /dev/null +++ b/.changes/release-aur.md @@ -0,0 +1,5 @@ +--- +dropout: "patch:chore" +--- + +Release Dropout to AUR. |