Skip to content

Create workflow with release-please #10

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

Merged
merged 4 commits into from
Sep 16, 2024
Merged

Create workflow with release-please #10

merged 4 commits into from
Sep 16, 2024

Conversation

Blackvote
Copy link
Contributor

@Blackvote Blackvote commented Sep 13, 2024

Release-Please
Commit with prefix

fix: which represents bug fixes, and correlates to a SemVer patch.
feat: which represents a new feature, and correlates to a SemVer minor.
feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major

create a PR, and after merging that PR, the workflow will create a release.

u can force create pr with commit like: 'git commit --allow-empty -m "chore: release 0.0.1" -m "Release-As: 0.0.1"'

N.B: by default workflow use {{ secrets.GITHUB_TOKEN }}. It means that workflow have rights like commit author

Resolves #3

@rezmoss
Copy link
Owner

rezmoss commented Sep 13, 2024

@JiginJayaprakash Can you take a look?

@Blackvote
Copy link
Contributor Author

Blackvote commented Sep 13, 2024

As example: commit - action - pr - action - release

@rezmoss rezmoss merged commit aab890e into rezmoss:main Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a workflow for releasing a new version
2 participants