Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julia-actions/bin

Scripts used across the julia-actions organisation.
https://github.com/julia-actions/bin

Last synced: 2 months ago
JSON representation

Scripts used across the julia-actions organisation.

Awesome Lists containing this project

README

        

# bin

Scripts used across the julia-actions organisation.

## Scripts

- [`build-release`](build-release): Create a release branch, build action and create/update tags based on the version specified in `package.json`.
- [`build-test-release`](build-test-release): Create a branch `test/"$branch_name"/releases/"$version"` and build action for testing purposes, where `branch_name` is the name of your currently checked out branch and `version` is the version specified in `package.json`.