Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelhatherly/system-image-loader
https://github.com/michaelhatherly/system-image-loader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelhatherly/system-image-loader
- Owner: MichaelHatherly
- License: mit
- Created: 2022-07-22T12:47:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T21:14:45.000Z (about 1 year ago)
- Last Synced: 2024-01-02T23:48:17.141Z (about 1 year ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# system-image-loader
Provides the binary loader for [SystemImageLoader.jl](https://github.com/MichaelHatherly/SystemImageLoader.jl).
## Release Process
Releasing a new version of this software uses [`cargo-workspaces`](https://github.com/pksunkara/cargo-workspaces). Install it globally using
```sh
cargo install cargo-workspaces
```Then in the the repo root directory run
```sh
cargo ws version
```and select the type of version bump you would like. This will update, commit, and push changes to the upstream `main` branch that will trigger a CI job that builds new binaries and uploads them as new release artifacts.