You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to bump the versions and add a new Changelog section; then PR the resulting
506
-
commit. Note this currently contains `task prqlc:test-all` to update snapshot
507
-
tests which contain the version.
505
+
to bump the versions, then PR the resulting commit. `task prqlc:test-all`
506
+
refreshes the snapshot tests that embed the version. Step 1 already added the
507
+
`## [unreleased]` section, so `cargo release` inserts a second, duplicate
508
+
one; remove it, leaving the CHANGELOG unchanged in this commit.
508
509
509
510
<!-- Note we used to have `cargo release version patch -x --no-confirm && cargo release replace -x --no-confirm && task prqlc:test-all`, which was simpler, but in order for `prev_version` to work, we can't separate the `patch` and `replace`, and we need `prev_version` for the prqlc version constraint (search for `prev_version` if unclear). If we moved back to upgrading the tags at the time of release rather than after, we could go back to that. -->
0 commit comments