Create a new version tag:
git tag -s v0.2.0
Enter message for tag:
pcf v0.2.0
This release removes the old hard-coded server configuration and
replaces it with an environment variable.
Push tags:
git push origin --tags
Create a new version tag:
git tag -s v0.2.0
Enter message for tag:
pcf v0.2.0
This release removes the old hard-coded server configuration and
replaces it with an environment variable.
Push tags:
git push origin --tags