maidsafe / bls_dkg

Implementation of a BLS DKG mechanism, requires signing key, encryption key and SocketAddr of participants
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

chore(cd): add continuous delivery and auto merge dependabot PRs #39

Closed S-Coyle closed 3 years ago

S-Coyle commented 3 years ago

Implement a CD process where any PR merged to master will automatically trigger a crate publish, a tag, a 'chore(release):' PR which is auto merged, and a GitHub release. This PR also adds auto merging for dependabot PRs which pass CI. This PR also reformats the changelog to match the newly auto generated format.