4.7.2 - 2022-11-09
- Fix changelog write from alternate mode not using indendation correctly (bf07bff)
4.7.1 - 2022-10-24
- Fixed git release f trying to push all branches (e1e6bf9)
4.7.0 - 2022-05-03
- Fix writing gitconfigs and add 'nextflow config' command (a9cec14)
- Remove tmp install dir before cloning new one (027eeda)
- Improve instructions readme (097d9e7)
- Remove obsolete .version file (c2392b9)
- Update instructions in readme file (c645d4a)
- Add update command alias for install routine (5c29956)
- Seperate setup command from install routine (a423d82)
- Implement better setup file and improved changelog creation (e778634)
- Refactor git-release to support ticket extraction (8b3f4ff)
- Fix replacement of commit prefixes in changelog missing whitespaces (7eae804)
- Add commit prefixes to feature and hotfix (0a41840)
- Refactor alternate strategy to use squash merges instead of --no-ff (913f6f0)
- Add package.json (4a510bb)
- Write changelog based on commit prefix in alternate strategy
- Change format for git log in changelog creation (alternate)
- Fix alternate release strategy empty versiontag when hooks are used for npm version
- Refactor git-release to improve verbosity and add use only commit subject for changelog.
- Add alternate strategy.
- Update Readme
- Implement publish and finish option for all commands.
- Implement commit bodytext during feature finish
- Change default install folder to ~/bin so we don't need sudo
- Fix install script not creating executables
- Fix install instructions
- Cleanup README
- Fix wiki link in README.md
- Use versiontag as commit message reference instead of versionnumber
- Rename project to nextflow and introduce new install routine
- Improve success messages in console
- Implement git release publish and renamed git release create
- Hide output of checking if there is a remote
- Move check for second parameter to the end
- Fix output help usage
- Refactor git-release to executes all checks before doing the rest
- Improve createRealase() by using release notes as tag messages
- Implement pushing all branches after release creation
- Hide verbosity of git chekout on deviation check
- Improve check for changes on remote branch
- Implement remote update on every call of git-release
- Improve checks for existing version tag and remote pull
- Remove redundant remote fetching during check
- Fix issue where check is not finding usage()
- Implement check for remote HEAD deviation
- Change most recent version output to show always
- Improve verbosity of current release
- Fix check for existing version tag
- Check for existing version tag before creating release
- Check out 'next' branch after creation of release
- Fix install script not finding ~/bin
- Add .version file creation
- Implement installer to create ~/bin if nonexistent
- Fix typo in README.md
- Fix commands always using master as BRANCHFROM
- Update README.md with bin path
- Implement fallbacks for BRANCHFROM on all commands
- Implement fallback if 'next' release does not exist
- Change wording of removeFolder()
- Fix install script for windows users
- Move out of the folder before deleting it
- Fix install script not using sudo to copy commands
- Updated README.md
- Add WebFlow model explanation to README.md