Skip to content
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

Use git add -- . instead of git commit -a #236

Closed
CasperWA opened this issue Jan 31, 2024 · 0 comments · Fixed by #240
Closed

Use git add -- . instead of git commit -a #236

CasperWA opened this issue Jan 31, 2024 · 0 comments · Fixed by #240
Assignees
Labels
bug Something isn't working GH Workflows Issue/PR related to the callable workflows priority/high High priority issue/PR

Comments

@CasperWA
Copy link
Collaborator

The issue arises when new files are created - these are not technically "changed", hence git commit -a will not add them to the stack.
This is particularly "bad" when doing a release for the first time and the CHANGELOG.md is generated for the first time.

@CasperWA CasperWA added bug Something isn't working GH Workflows Issue/PR related to the callable workflows priority/high High priority issue/PR labels Jan 31, 2024
CasperWA added a commit to SINTEF/entities-service that referenced this issue Jan 31, 2024
Hack to work-around a bug in the release workflow.
See SINTEF/ci-cd#236 for follow-ups on this issue.
@CasperWA CasperWA self-assigned this Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GH Workflows Issue/PR related to the callable workflows priority/high High priority issue/PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant