-
Notifications
You must be signed in to change notification settings - Fork 12
Prepare minor release #14
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
Conversation
mariux
commented
Jul 8, 2020
- Update Makefile
- Add CHANGELOG.md
- Prepare for new minor release
- Fix example reference in index README
- Remove markdown link checker safeguards
@@ -46,13 +46,18 @@ DOCKER_RUN_CMD = docker run ${DOCKER_FLAGS} ${BUILD_TOOLS_DOCKER_IMAGE} | |||
.PHONY: default | |||
default: help | |||
|
|||
## Run pre-commit hooks in build-tools docker container. | |||
# not exported in make help on purpose, as this is a one-time shot to make life easier | |||
.PHONY: template/adjust |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbH, after seeing this a couple of times and thinking about it. This should rather be a separate cool or simple alias in your local bashrc rather than part of the repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually this should be a pre-commit to verify template cleanup has been done... like e.g. terraform fmt...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, so what are the next steps here? Shall we put this to our backlog?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a priority at all.. let's see how often this process fails...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!