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

Releases: jamieconnolly/handles

v6

31 Jan 17:12
Compare
Choose a tag to compare
v6
  • 🔧 Flesh out the build and test targets in the Makefile
  • 🚨 Fixed the linter warnings
  • 👷 Add in Travis CI
  • ⚡️ Install Makefile dependencies during bootstrap
  • 📦 Commit the vendor directory
  • 📝 Use the correct images for the status badges
  • ⬆️ Upgrade Mondas

v5

03 Jan 21:31
Compare
Choose a tag to compare
v5
  • ✨ Add in a release script
  • 🐛 Fix the check for commits since the last version
  • 🎨 Tidy up some of the variable referencing when echo-ing

v4

02 Jan 22:38
Compare
Choose a tag to compare
v4
  • 🐛 Don't generate a .env-e backup file when using sed
  • ⚡️ Run the local bin/bootstrap script if it exists

v3

02 Jan 21:53
Compare
Choose a tag to compare
v3
  • ✨ Add a new setup-postgres-db command
  • 🎨 Better name the arguments on setup-* scripts

v2

31 Jan 17:06
Compare
Choose a tag to compare
v2
  • setup: allow variable substitution when generating a .env file
  • setup: simplify the nginx server configuration logic
  • setup: don't add in double quotes around environment variables
  • setup: use the org name as part of the project name
  • bootstrap: use the org name as part of the virtualenv name
  • ⚡️ setup-dotenv: add new command
  • 🎨 get: tidy up the error messages and variable names
  • 🐛 bootstrap: hardcode the checks for version files
  • ✨ setup-nginx-conf: add new command
  • 🔧 setup: export NGINX_LOG_DIR and don't export PROJECT_NAME
  • ⚡️ run a local bin/setup or bin/update script if it exists
  • ⚡️ setup-nginx-conf: check for dependencies
  • ⚡️ start: check for dependencies

v1

02 Jan 21:53
Compare
Choose a tag to compare
v1

🎉 Initial release