As per title
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC6a9960754043: [electrum] document the release procedure
Go through all the steps.
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- electrum_release_doc
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 24223 Build 48056: Build Diff Build 48055: arc lint + arc unit
Event Timeline
Note that the OSX build script still relies on tags to find the version for the dmg filename, so it finds the Bitcoin ABC version. This will be fixed in a separate diff, and for this release I will manually fix the filename (the application itself uses the correct version from version.py)
electrum/contrib/release.md | ||
---|---|---|
1 ↗ | (On Diff #41061) | You're missing a title instead of this blank line |
18 ↗ | (On Diff #41061) | Do we need the latest docker version or is this an artifact from an old document ? Because docker is packaged in debian/ubuntu already |
35 ↗ | (On Diff #41061) | Also from outside the electrum directory ? like node files ? |
electrum/contrib/release.md | ||
---|---|---|
35 ↗ | (On Diff #41061) | yes. The script is currently doing: git clean -xdff \ --exclude=contrib/osx/.cache \ -- . |
electrum/contrib/release.md | ||
---|---|---|
35 ↗ | (On Diff #41061) | Actually no, it only cleans the electrum folder. Great. Will update this comment. |
add title, indent other headers accordingly, simplify the docker notes, fix the comment about make_clean (only the electrum directory is cleaned), remove unnecessary comment about the DMG not being code signed (this is already mentioned in contrib/osx/README.md)