Update changelog for v0.0.3
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<img src="cagire_pixel.png" alt="Cagire" width="256">
|
<img src="cagire_pixel.png" alt="Cagire" width="256">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
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
|
## Build
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,6 @@ allow-branch = ["main"]
|
|||||||
sign-commit = false
|
sign-commit = false
|
||||||
sign-tag = false
|
sign-tag = false
|
||||||
push = true
|
push = true
|
||||||
|
push-remote = "github"
|
||||||
publish = false
|
publish = false
|
||||||
tag-name = "v{{version}}"
|
tag-name = "v{{version}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user