This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Releases: jamieconnolly/handles
Releases · jamieconnolly/handles
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
- ✨ 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
- 🐛 Don't generate a
.env-e
backup file when using sed - ⚡️ Run the local
bin/bootstrap
script if it exists
v3
- ✨ Add a new
setup-postgres-db
command - 🎨 Better name the arguments on
setup-*
scripts
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 exportPROJECT_NAME
- ⚡️ run a local
bin/setup
orbin/update
script if it exists - ⚡️ setup-nginx-conf: check for dependencies
- ⚡️ start: check for dependencies
v1
🎉 Initial release