Skip to content

madskjeldgaard/quark_update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Quark update script

Update a SuperCollider quark's version, set the git tag and auto generate a changelog in one go.

This is a simple script that takes care of a few of the important steps in updating a SuperCollider quark's version number. I keep forgetting the steps necessary and even more often I forget the sequence of those steps, so this script just makes it easy.

It uses git-cliff and assumes you have that installed. It also assumes you use conventional commits..

An example of this script used in the wild is here.

Usage

Open a terminal in the root of your quark's folder.

If you don't have a cliff config, the script will run git cliff --init to generate the .toml format config file it uses. This is specific to your quark.

Then, from the root of your quark's folder, run quark_update 0.5 to update your quark to version 0.5. This will edit your quark file to reflect this version, set the git tag and output a CHANGELOG.md file.

About

Update a SuperCollider quark with style and grace

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Languages