Skip to content

Commit bcecc48

Browse files
committed
updated releas instructions
1 parent 31e93a3 commit bcecc48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/developers.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ Cargo.toml dependency for this crate.
9090
To release this crate, you need to be setup as developer for this crate in crates.io. Follow these steps:
9191
1. Increment the version number in
9292
[rust/altrios-core/Cargo.toml](https://github.com/NREL/altrios/blob/main/rust/altrios-core/Cargo.toml).
93-
1. If changes were made in `altrios-proc-macros`, follow the release process for that crate, and
94-
update the `altrios-proc-macros` dependency version to match the new `altrios-proc-macros`
95-
version in `rust/altrios-core/Cargo.toml`.
93+
1. If changes were made in `altrios-proc-macros`, follow [the release process for that crate
94+
first](#altrios-proc-macros), and then update the `altrios-proc-macros` dependency version to
95+
match the new `altrios-proc-macros` version in `rust/altrios-core/Cargo.toml`.
9696
1. Run `git tag ac<major>.<minor>.<patch>`, where `ac<major>.<minor>.<patch>` should look like
9797
`ac0.1.4`, reflecting whatever the current version is.
9898
1. Push the tag with `git push public ac<major>.<minor>.<patch>`, where `public` is this remote:

0 commit comments

Comments
 (0)