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(workflow): add release workflow #6

Merged
merged 1 commit into from
Jan 3, 2025
Merged

feat(workflow): add release workflow #6

merged 1 commit into from
Jan 3, 2025

Conversation

warnyul
Copy link
Member

@warnyul warnyul commented Jan 3, 2025

  • Introduced a new GitHub Actions workflow (release.yml) to streamline the release process.
  • Allows manual triggering with a required releaseVersion input.
  • Steps include:
    • Checking out the repository with full history.
    • Creating a new annotated Git tag for the release.
    • Pushing the tag to the remote repository.
    • Generating a new GitHub release with the provided version, auto-generated release notes, and marking it as the latest.

This enhancement ensures a consistent and automated approach for version tagging and release management.

	•	Introduced a new GitHub Actions workflow (release.yml) to streamline the release process.
	•	Allows manual triggering with a required releaseVersion input.
	•	Steps include:
	•	Checking out the repository with full history.
	•	Creating a new annotated Git tag for the release.
	•	Pushing the tag to the remote repository.
	•	Generating a new GitHub release with the provided version, auto-generated release notes, and marking it as the latest.

This enhancement ensures a consistent and automated approach for version tagging and release management.
@warnyul warnyul self-assigned this Jan 3, 2025
@warnyul warnyul merged commit 655c477 into main Jan 3, 2025
3 checks passed
@warnyul warnyul deleted the release branch January 3, 2025 10:44
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.

1 participant