Skip to content
nolim1t edited this page Jan 15, 2021 · 5 revisions

Welcome to the docker-bitcoind wiki!

Here is some knowledge sharing for resources for this project

Contributors and Maintainers Release procedures

Prerequisites

  • Your GPG key setup

Example file

[user]
    signingkey = your-gpg-key
    name = your-commit-name
    email = [email protected]

[commit]
    gpgsign = true

On new release

  • Fork or Update your personal fork with master
  • Create a release folder for the release (for example v0.21)
  • Test out the release on your own fork (does it build, does it run)
  • Open Draft pull request for comments. (See example for details)
  • If all good, repository maintainers should run ./scripts/new-release.sh <full-version-name> on that branch and then push the newly tagged branch to master. This should trigger the build.

Repository Maintainers

As of now we have the following active maintainers

  • nolim1t <GPG Key: f628 7b82 CC84 bcbd>