This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Releases: jamieconnolly/handles
Releases · jamieconnolly/handles
v16
- 🔧 Tidy up the arguments for handles-release
- ✨ Bump the version if needed when releasing
- 🔨 Use a safer check for uncommitted changes during release
- ✨ Generate a CHANGELOG.md entry as part of the release
- 🔧 Use annotated tags to mark releases
- ✏️ Use PREV_VERSION as it better describes itself
v15
- 🔧 Don't allow releasing if there are uncommitted changes
- 🎨 Improve the handling of an initial release
- 🔧 Rename PROJECT_NAME to SERVER_NAME in setup-nginx-conf
- 🔨 Set some default nginx environment variables
- 🔨 Assume certain programs are installed
- 🔥 Don't create a GitHub release when releasing (handled by CI)
v14
- ✨ Add the ability to quickly bump a release
- 🚨 Fix the linter warnings
- 🔧 Tidy up the bootstrap script
- 🔨 Handle glide.yaml for go dependencies instead of Makefile
- ✨ Run the setup or update script after fetching a project
- 🔧 Only run setup script when downloading a project
- 🔨 Better handling of errors during bootstrap
- 🔨 Tidy up the logic around releasing on GitHub
- 🔨 Refactor the logic around finding a local Procfile
- 🐛 Fix the check for executables
- 🔨 Tidy up the update script
- 🔨 Store the release message in a file before publishing
- ✨ Add a test script
- 🔥 Remove unnecessary steps from the setup script
- 🔨 Better handle checking executable exists
- 🔧 Check that hub exists before releasing to GitHub
- 🔨 Tidy up the setup-* scripts
- 🐛 Fix the generating of release notes
v13
v12
- ⬆️ Update Mondas
- 🔨 Tweak the order of the bootstrap scripts
v11
- ✨ Create the release on GitHub
- 🐛 Don't open the draft release in the browser
v10
- 🔧 Add in Brewfile
- ➕ Add glide to the Brewfile
- ✨ Install launchdns and launch_socket_server when setting up nginx
- 🐛 Allow release versions to be greater than 9
v9
- 📝 Add installation instructions for Homebrew
- 🚚 Move
handles-start
tohandles-server
- 🔨 Only use Yarn to install Node dependencies
- 🔧 Remove redundant rules from .gitignore
- ⬆️ Upgrade Mondas
v8
- 🔧 Fix .gitignore so it allows the zsh completions template
- ⬆️ Upgrade Mondas
v7
- 📝 Fix the usage statements in the program executables
- ⬆️ Upgrade Mondas