diff --git a/README.md b/README.md index f494270..ab89d71 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Cagire

-Cagire is a terminal-based step sequencer for live coding music. Each step in a pattern contains a **Forth** script that produces sound and create events. It is made by BuboBubo (Raphaƫl Maurice Forment): [https://raphaelforment.fr](https://raphaelforment.fr). Cagire is open-source (AGPL-3.0 licensed) and available on GitHub : [https://github.com/BuboBubo/cagire](https://github.com/BuboBubo/cagire). +Cagire is a terminal-based step sequencer for live coding music. Each step in a pattern contains a **Forth** script that produces sound and create events. ## Build diff --git a/release.toml b/release.toml index 25697e8..8cf085e 100644 --- a/release.toml +++ b/release.toml @@ -2,5 +2,6 @@ allow-branch = ["main"] sign-commit = false sign-tag = false push = true +push-remote = "github" publish = false tag-name = "v{{version}}"