Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 755 Bytes

README_DEV.md

File metadata and controls

31 lines (19 loc) · 755 Bytes

Developer information for neuroformats-rs

Running the unit tests

Run cargo test in the repository root to run the tests locally.

Continuous integration results:

main branch: main

develop branch: main

Publishing a new release

  • Update the CHANGES file
  • Bump version information in Cargo.toml
  • Run the unit tests
  • Once everything is ready, publish to crates.io via cargo:
cargo login
cargo publish --dry-run

And when you are satisfied with the result:

cargo publish