See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
| eval $(docker run --rm \ | |
| -e AWS_ACCESS_KEY_ID=$aws_access_key_id\ | |
| -e AWS_SECRET_ACCESS_KEY=$aws_secret_access_key \ | |
| -e AWS_DEFAULT_REGION=ca-central-1 \ | |
| cgswong/aws aws ecr --no-include-email get-login) |
| CFLAGS="-I$(brew --prefix readline)/include -I$(brew --prefix openssl)/include -I$(xcrun --show-sdk-path)/usr/include" \ | |
| LDFLAGS="-L$(brew --prefix readline)/lib -L$(brew --prefix openssl)/lib" \ | |
| PYTHON_CONFIGURE_OPTS=--enable-unicode=ucs2 \ | |
| pyenv install -v 3.6.0 |
| /* | |
| Copyright 2017 Bryan Keller (https://github.com/widget-) | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, software |
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs