Skip to content

Commit

Permalink
docs: how to add a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Apr 17, 2024
1 parent 622e5cb commit f343d0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/homebrew/lib
## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).

## Developper documentation

### Add a new release

1. Update arkscript.rb to point to the latest ArkScript release
1. Add a new [email protected] with the same content as arkscript.rb (using the new tag)
1. Replace the alias under Aliases/Arkscript@version by doing: `cd Aliases && rm arkscript@* && ln -s ../arkscript arkscript@version`i

0 comments on commit f343d0f

Please sign in to comment.