As per title
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC6a9960754043: [electrum] document the release procedure
Go through all the steps.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- electrum_release_doc
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 24225 Build 48060: Build Diff Build 48059: arc lint + arc unit
Event Timeline
Comment Actions
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 | ||
---|---|---|
35 | yes. The script is currently doing: git clean -xdff \ --exclude=contrib/osx/.cache \ -- . |
electrum/contrib/release.md | ||
---|---|---|
35 | Actually no, it only cleans the electrum folder. Great. Will update this comment. |
Comment Actions
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)