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

feat: added GoRereleaser #43

Merged
merged 16 commits into from
May 11, 2024
Merged

Conversation

ponkio-o
Copy link
Contributor

@ponkio-o ponkio-o commented May 9, 2024

Hi, I introduced GoReleaser to release workflow. In this PR, the process corresponding to scripts/deploy-gh-release is replaced by GoReleaser.

And you can check the actual Release page in my repo.

Stable (v1.1.0)
https://github.com/ponkio-o/unity-meta-check/releases/tag/v1.1.0

Pre-Release (v1.1.0-alpha1)
https://github.com/ponkio-o/unity-meta-check/releases/tag/v1.1.0-alpha1

Unfortunately, not everything has been replaced, so updating DeNA/unity-meta-check-bins must still be done by script.


Contribution License Agreement

Comment on lines +135 to +139
- name: Create release
if: steps.version.outputs.is_stable == 'true'
run: gh release create --latest --title ${{ github.ref_name }} ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you tagged stable version(semver), to create stable release and set latest. If not to create pre-release.

Copy link
Member

@Kuniwak Kuniwak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Kuniwak Kuniwak merged commit a2c9ff8 into DeNA:master May 11, 2024
3 checks passed
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.

2 participants