-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce semantic versioning & changelog file #194
Comments
Also, let's figure out the best way for template user to know what template version they are using in their project. |
@greg-1-anderson, you have implemented the |
Related issue: wunderio/WunderFlow#1 |
https://github.com/github-tools/github-release-notes |
Is this for a Pantheon custom upstream? Pantheon upstreams always release from branches, not tags. If you want to simulate a Semantic Versioning based release mechanism, I would recommend:
To allow users to keep track of what version of your upstream they are using, you could write a VERSION fill to the root of your upstream repo. |
No, this is not related to Pantheon.
Thanks for your valuable input, Greg! |
This is how drupal-composer/drupal-project handles branch naming: |
We need a better way to let people know about template changes. Let's start using the semantic versioning and the changelog file.
Edit: There's also a recommendation writing commit messages using the Conventional Commits specification.
References
Reference project: https://github.com/wunderio/client-fi-uh-courses/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered: