saalfeldlab/paintera paintera-0.18.1
Authors/Creators
- 1. HHMI Janelia
- 2. HHMI Janelia Farm Research Campus
- 3. HHMI Janelia Research Campus
- 4. Max Planck Institute of Molecular Cell Biology and Genetics
- 5. Gitter
- 6. Monash Micro Imaging, Monash University
Description
Previous release: 0.18.0
Changelog Bug Fixes- Fix deadlock at startup (#239 #288), thanks to @igorpisarev (#291)
- Typo in Readme (
conda install -c conda-forge->conda install -c conda-forge paintera), thanks to @uschmidt83 (#290) - Auto-generate release note by @hanslovsky (#292)
Merge pull request #290 from uschmidt83/patch-1
Typo in Readme
#291Merge pull request #291 from saalfeldlab/fix-deadlock-at-startup
[BUGFIX] Fix deadlock at startup (#239 #288), thanks to @igorpisarev in #291
#292Merge pull request #292 from saalfeldlab/auto-generate-release-note
[UNVERSIONED] Auto-generate release note by @hanslovsky
Add a kscript that auto-generates release notes from pull request messages:
- Scan commits from current
HEADto tag with latest version smaller than current (SNAPSHOT) version. - Filter all commit messages
- In each commit message, look for any of these tags, encapuslated in brackets
[$TAG]:BREAKINGFEATUREBUGFIXUNVERSIONED
The script will suggest a new SemVer version based on the presence of these tags (UNVERSIONED will not increase the version). For example, if HEAD was on 8018669, the output would be:
$ ./create-changelog.kts
# Paintera 0.18.0
Previous release: 0.18.0
## Changelog
### Other
- Merge pull request #290 from uschmidt83/patch-1: Typo in Readme
## Pull Requests
### #290
Merge pull request #290 from uschmidt83/patch-1
Typo in Readme
It is the maintainers' (@saalfeldlab/lab @saalfeldlab/paintera @saalfeldlab/paintera-admin ) responsibility to add appropriate tags to the commit message when clicking the merge button.
A good workflow to trigger a new Paintera release would then be:
git checkout master && git pull
./create-changelog.kts > changelog.md
# modify changelog.md if necessary
scijava-scripts/release-version.sh # use version suggested by the changelog script if appropriate
# add changelog to release at https://github.com/saalfeldlab/paintera/releases
# modify generate-bash-completion.kts to use latest Paintera release
./generate-bash-completion.kts
# upload paintera_completion to release at https://github.com/saalfeldlab/paintera/releases
# modify generate-bash-completion.kts to use current SNAPSHOT version (can push directly to master for that one)
Files
saalfeldlab/paintera-paintera-0.18.1.zip
Files
(13.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:fb45fb2dfa2f893ebb57bd3b9271d5fb
|
13.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/saalfeldlab/paintera/tree/paintera-0.18.1 (URL)