Skip to content

Commit

Permalink
updated releas instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Apr 3, 2024
1 parent 31e93a3 commit bcecc48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Cargo.toml dependency for this crate.
To release this crate, you need to be setup as developer for this crate in crates.io. Follow these steps:
1. Increment the version number in
[rust/altrios-core/Cargo.toml](https://github.com/NREL/altrios/blob/main/rust/altrios-core/Cargo.toml).
1. If changes were made in `altrios-proc-macros`, follow the release process for that crate, and
update the `altrios-proc-macros` dependency version to match the new `altrios-proc-macros`
version in `rust/altrios-core/Cargo.toml`.
1. If changes were made in `altrios-proc-macros`, follow [the release process for that crate
first](#altrios-proc-macros), and then update the `altrios-proc-macros` dependency version to
match the new `altrios-proc-macros` version in `rust/altrios-core/Cargo.toml`.
1. Run `git tag ac<major>.<minor>.<patch>`, where `ac<major>.<minor>.<patch>` should look like
`ac0.1.4`, reflecting whatever the current version is.
1. Push the tag with `git push public ac<major>.<minor>.<patch>`, where `public` is this remote:
Expand Down

0 comments on commit bcecc48

Please sign in to comment.