Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Releases: jamieconnolly/handles

v16

28 Jun 18:47
Compare
Choose a tag to compare
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

28 Jun 15:20
Compare
Choose a tag to compare
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

25 Jun 21:33
Compare
Choose a tag to compare
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

19 Apr 14:27
Compare
Choose a tag to compare
v13
  • 🔧 $PROJECTS_HOME => $PROJECT_HOME
  • 🔨 Replace pyenv-virtualenv with pipenv. Fixes #1
  • 🔧 Handle the upgrading of the python virtual env

v12

16 Apr 20:10
Compare
Choose a tag to compare
v12
  • ⬆️ Update Mondas
  • 🔨 Tweak the order of the bootstrap scripts

v11

14 Apr 12:32
Compare
Choose a tag to compare
v11
  • ✨ Create the release on GitHub
  • 🐛 Don't open the draft release in the browser

v10

04 Apr 10:15
Compare
Choose a tag to compare
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

17 Feb 15:21
Compare
Choose a tag to compare
v9
  • 📝 Add installation instructions for Homebrew
  • 🚚 Move handles-start to handles-server
  • 🔨 Only use Yarn to install Node dependencies
  • 🔧 Remove redundant rules from .gitignore
  • ⬆️ Upgrade Mondas

v8

03 Feb 17:23
Compare
Choose a tag to compare
v8
  • 🔧 Fix .gitignore so it allows the zsh completions template
  • ⬆️ Upgrade Mondas

v7

01 Feb 22:55
Compare
Choose a tag to compare
v7
  • 📝 Fix the usage statements in the program executables
  • ⬆️ Upgrade Mondas