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(version): Create a pull request for the release process #195

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Oct 5, 2023

Context

This workflow consists of 2 steps:

  1. The create-pre-release-pr.yaml workflow triggers a lerna-lite version command and creates a pull request with the changes

  2. Once the pull request is done, the release-and-publish.yml workflow publishes the changed packages by using the lerna-lite publish from-package command, and later on it creates a release. The latter is not working due to a lack of permissions to create the release.

Fixes: #77

This workflow consists in 2 steps:

1. The create-pre-release-pr.yaml workflow that triggers a lerna-lite version command
   and creates a pull request with the changes

2. Once the pull request is done, the release-and-publish.yml workflow publish the
   changed packages by using the lerna-lite publish from-package command and later on
   it creates a release. The latter is not working due to lack of permissions to create
   the release.
@lordrip lordrip requested a review from a team October 5, 2023 15:14
@igarashitm igarashitm merged commit b80b77e into KaotoIO:main Oct 5, 2023
2 checks passed
@lordrip lordrip deleted the feat/pr-version branch October 16, 2023 08:47
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.

Automatic versioning
2 participants