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

the release job updates versions, creates readme and release PR #522

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kopernic-pl
Copy link
Contributor

@kopernic-pl kopernic-pl commented Jan 20, 2025

This pull request introduces a new workflow for deployment and modifies the existing release workflow to streamline the process of creating release branches and publishing releases. The most important changes include the addition of a deployment workflow, extraction of version information, tagging commits, and publishing to GitHub and npm.

New Deployment Workflow:

  • .github/workflows/deploy-release.yaml: Added a new deployment workflow triggered by closed pull requests on the test branch. This workflow extracts the version from the source branch, tags the commit, and publishes the release to GitHub and npm.

Modifications to Release Workflow:

@kopernic-pl kopernic-pl force-pushed the fix/ci-builds-and-releases branch from e019dac to 513b8e3 Compare January 20, 2025 14:14
@kopernic-pl kopernic-pl force-pushed the fix/ci-builds-and-releases branch from 6376132 to 6b397c2 Compare January 20, 2025 14:37
@kopernic-pl kopernic-pl self-assigned this Jan 20, 2025
@kopernic-pl kopernic-pl marked this pull request as ready for review January 20, 2025 14:38
@kopernic-pl
Copy link
Contributor Author

There is still a risk that push of tag will not be accepted by upstream. In such case it should be change to lightweight tag.

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