Skip to content
Open
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 script/Build.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ struct GeneratedContract {
/// `run()` (what CI regenerates against) rewrites the rolling
/// `src/generated/candidate/` snapshot, the alias lib and the released-suites
/// libs. `cutRelease()` freezes the candidate into `src/generated/<tag>/`
/// first. The frozen `0_1_3`/`0_1_4`/`0_1_5` snapshots are append-only
/// historical records, never regenerated here.
/// first. The frozen snapshots are append-only historical records, never
/// regenerated here.
contract Build is BuildScript, CloneFactoryDeploySuites {
/// Every contract this repo generates deploy pins for.
/// @return The generated contracts.
Expand Down
Loading