Include VERSION in .env.sample #1
@ -6,3 +6,5 @@ DOMAIN=rtm-astro-recipe.example.com
|
||||
#EXTRA_DOMAINS=', `www.rtm-astro-recipe.example.com`'
|
||||
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
VERSION=x.x.x
|
||||
|
moosemower marked this conversation as resolved
Outdated
|
||||
|
||||
Reference in New Issue
Block a user
I would prefer changing this to
VERSION=x.x.xto avoid someone getting confused and attempting to update the version in the recipe rather than in the config fileReplaced! Force-pushed a new version.