Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ reusable on every push to `main`, passing the package name explicitly as
`soldeer-package: rain-sol-codegen`.

That workflow owns both the version and the release tag, so neither is set by
hand. `[external.package].version` in `foundry.toml` is therefore the next,
unpublished version rather than the last published one.
hand. The next version is derived from the Soldeer registry and `next-v*` git
tags, so this repo's own release version is not recorded in its files (dependency versions still live in `soldeer.lock`).

## License

Expand Down
10 changes: 0 additions & 10 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# Release metadata, not foundry config: `rainix-autopublish` reads `version` as
# the next, unpublished Soldeer release and rewrites it when it publishes, and
# neither forge nor soldeer reads anything here. `[external.*]` is the section
# foundry reserves for another tool's config and ignores; a section it does not
# reserve is read as a profile, which it warns about on every invocation and
# `forge config --fix` rewrites into `[profile.*]`.
[external.package]
name = "rain-sol-codegen"
version = "0.1.37"

[profile.default]
src = 'src'
out = 'out'
Expand Down
Loading