Skip to content
Snippets Groups Projects
Commit ddbaba19 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'release/1.0.0' into 'master'

Release v1.0.0

See merge request https://gitlab.com/gitlab-org/terraform-images/-/merge_requests/195



Merged-by: default avatarTimo Furrer <tfurrer@gitlab.com>
Approved-by: default avatarJoão Alexandre Cunha <j.a.cunha@gmail.com>
Approved-by: default avatarTiger Watson <twatson@gitlab.com>
parents 830847ef 960edcb3
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ the conventions of [Conventional Commits (v1.0.0-beta.2)](https://www.convention ...@@ -8,7 +8,7 @@ the conventions of [Conventional Commits (v1.0.0-beta.2)](https://www.convention
- Commit messages starting with `fix: ` trigger a patch version bump - Commit messages starting with `fix: ` trigger a patch version bump
- Commit messages starting with `feat: ` trigger a minor version bump - Commit messages starting with `feat: ` trigger a minor version bump
- Commit messages starting with `BREAKING CHANGE: ` trigger a major version bump. - Commit messages having a footer with `BREAKING CHANGE: ` trigger a major version bump.
## Automatic versioning ## Automatic versioning
...@@ -21,7 +21,7 @@ you may prefer to ignore the prefix on each individual commit and instead add ...@@ -21,7 +21,7 @@ you may prefer to ignore the prefix on each individual commit and instead add
an empty commit sumarizing your changes like so: an empty commit sumarizing your changes like so:
``` ```
git commit --allow-empty -m '[BREAKING CHANGE|feat|fix]: <changelog summary message git commit --allow-empty -m '[feat|fix]: <changelog summary message
### Stable tag ### Stable tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment