-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DO NOT MERGE YET. Release 0.4 #512
Conversation
make comments
I have a slightly pedantic comment regarding this current approach actually: it would be nice if the commit where a tag was created from matched the one on master, e.g. like the releases in RustCrypto RSA. Currently due to a merge commit, this isn´t happening and the tag's commit is on a release branch only. I would propose a 2-step release, kind of like outlined here: crate-ci/cargo-release#119 With some changes #54 & #53 to release-pr, it should be possible to add an action to the workflows and automate the first step of the release process. The second step should then be easy to automate too, but initially can be a manual run of (an adapted) |
87a95f0
to
e4ccd68
Compare
Let me fix the side effect of my incorrect git force push... |
e4ccd68
to
87a95f0
Compare
OK. The side effect has been fixed. |
(Added the "DO NOT MERGE YET" to prevent incidental merge. I believe that for now this is a tracking PR, and we will merge it to master when everything is finalized.) |
* upstream/master: (29 commits) Fix some clippy lints (arkworks-rs#570) Correct tag name & complete command suggestion (arkworks-rs#569) Open a "release-PR" against a `releases` branch (arkworks-rs#566) Allow to overwrite default impl of `msm` in TwistedEdwards form (arkworks-rs#567) Remove poly-benches. (arkworks-rs#558) DO NOT MERGE YET. Release 0.4 (arkworks-rs#512) otherwise downstream users that have not migrated will not see warning (arkworks-rs#563) use `into_bigint()` in `Debug` for `Fp<P, N>` (arkworks-rs#562) Add `frobenius_map_in_place` (arkworks-rs#557) Fix test_sw_properties for some cofactor groups (arkworks-rs#555) Move h2c tests to test-templates (arkworks-rs#554) impl `CanonicalSerialize/Deserialize` for `BigUint` (arkworks-rs#551) Fix MontFp issue in fields with 64 * k bits (arkworks-rs#550) Fix tests for Modulus plus one div four (arkworks-rs#552) fix (arkworks-rs#547) Rename all `*Parameters` to `*Config` (arkworks-rs#545) Fix doc-comment on `SWUMap` and CamelCase `(CO)DOMAIN` Small cleanups in hash-to-curve (arkworks-rs#544) Allow to overwrite the default implementation of `msm` (arkworks-rs#528) Move `multi_miller_loop` and `final_exponentiation` into `BW6Config` (arkworks-rs#542) ...
Description
See comments in the
makefile
for the proposed process of doing releases.closes: #XXXX
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
Pending
section inCHANGELOG.md
Files changed
in the GitHub PR explorer