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

Add COMMIT keyword #187

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Add COMMIT keyword #187

merged 1 commit into from
Mar 10, 2024

Conversation

vladshcherbin
Copy link
Contributor

This one is used for committing the transaction which can be started by BEGIN command (already in the list)

https://www.postgresql.org/docs/current/sql-commit.html
https://www.postgresql.org/docs/current/sql-begin.html

@scriptcoded
Copy link
Owner

Thank you for contributing! To have the CI workflows work correctly, please make sure your commit messages follow the conventional commits format (https://www.conventionalcommits.org/en/v1.0.0/).

E.g. fix: remove usage of hamster wheels for power generation

If you've just made a single commit, using git commit --amend and force pushing works well.

@scriptcoded scriptcoded changed the base branch from master to next March 10, 2024 12:45
@scriptcoded scriptcoded merged commit b9ccf62 into scriptcoded:next Mar 10, 2024
14 checks passed
@scriptsbot
Copy link
Collaborator

🎉 This PR is included in version 4.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@scriptsbot
Copy link
Collaborator

🎉 This PR is included in version 4.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants