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

chore: fix title check #267

Merged
merged 1 commit into from
Oct 28, 2020
Merged

chore: fix title check #267

merged 1 commit into from
Oct 28, 2020

Conversation

DanielHabenicht
Copy link
Collaborator

Issue aslafy-z/conventional-pr-title-action#63 was resolved

add version tag so it does not automatically update

Issue aslafy-z/conventional-pr-title-action#63 was resolved 

add version tag so it does not automatically update
@github-actions
Copy link

We are following the Conventional Commit Format. Please make sure that your Pull Request title and body does conform to this format, otherwise, it might not be released. Here is a short example:

fix(webapp): correct styling in cool component
<type>[optional scope]: <description>

These are the most used types: (you can find more here)

Type Meaning Resulting Semantic Release
fix patches a bug PATCH (v1.0.0 -> v1.0.1)
feat introduces a new feature MINOR (v1.0.0 -> v1.1.0)
chore other non releasing code changes NONE (v1.0.0 -> v1.0.0

In the Pull Request Body please describe what changes for the user of the application. If the user has to do Things different than before (excluding new functionality) please include BREAKING CHANGE at the end. This will trigger a major release (v1.0.0 -> v2.0.0)

@DanielHabenicht DanielHabenicht merged commit 1558480 into master Oct 28, 2020
@kommander kommander deleted the DanielHabenicht-patch-1 branch October 29, 2020 11:23
@github-actions
Copy link

🎉 This PR is included in version 1.2.4 🎉

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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants