Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/julia-actions/bin
- Owner: julia-actions
- Created: 2020-08-01T09:08:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T22:25:43.000Z (6 months ago)
- Last Synced: 2024-07-22T23:02:26.298Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.