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

Release for v0.2.0 #27

Merged
merged 12 commits into from
Mar 15, 2024
Prev Previous commit
Next Next commit
ci(tagpr): Create a release on dev branch (#22)
It's because all PR is opened to dev not main.
  • Loading branch information
5ouma committed Mar 15, 2024
commit 6c69010c62681eec383245bc0e62a6e6cd3bf162
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🚀 Release
on:
push:
branches:
- "main"
- "dev"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .tagpr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tagpr]
releaseBranch = "main"
releaseBranch = "dev"
versionFile = "-"
vPrefix = true
changelog = false
Expand Down