-
Notifications
You must be signed in to change notification settings - Fork 914
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
build: fix install git in container #4197
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
/cc @skycaptain ;) |
LGTM. Just a smaller detail, I would move the line |
Good point! I've fixed it and pushed the changes. |
@jeohist would you mind removing the Since the last release and looking at the changelog I'm still asking myself if this really a feat/fix for commitlint or more like a |
@escapedcat Sure, amended the commit message. I think |
Uhm, would you mind changing it to i.e. The idea is that this is not fixing anything for commitlint itself. I feel like that accepting the container change as a Sorry for making this complicated than it should be. |
No worries 😄 |
Interesting point. Given the nature of this project, keeping a close eye on commit messages is essential 😀. I initially chose to commit the change as |
@skycaptain thanks, I didn't even see |
With the switch to Alpine in conventional-changelog#4185, `--from-last-tag` no longer works. This is because git is no longer available in the container.
3bda93d
into
conventional-changelog:master
Thanks everyone! |
Install git in container.
Description
git is not copied from the builder layer to the final layer, so we have to install it again.
Motivation and Context
With the switch to Alpine in #4185,
--from-last-tag
(and possibly other arguments relying on git) no longer works.This is because git is no longer available in the container.
See #4196
How Has This Been Tested?
Tested locally by using the new image in combinat
Types of changes
Checklist: