You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Integrate an automated release process (potentially using release-please) to streamline the workflow. The goal is to automatically open and update a pull request (PR) from the dev branch to the main branch, combining it with the release process. This ensures that releases from the main branch are smooth, consistent, and well-documented.
Additional context
• The automated process should detect changes in the dev branch, create/update a release PR to the main branch, and include relevant release notes or changelogs.
• Ensure compatibility with the current branching model: main (stable), dev, and task-specific branches.
• Automation tools like release-please can be configured for this purpose.
• This integration will improve the efficiency and reliability of the release workflow.
The text was updated successfully, but these errors were encountered:
Describe the issue
Integrate an automated release process (potentially using release-please) to streamline the workflow. The goal is to automatically open and update a pull request (PR) from the dev branch to the main branch, combining it with the release process. This ensures that releases from the main branch are smooth, consistent, and well-documented.
Additional context
• The automated process should detect changes in the dev branch, create/update a release PR to the main branch, and include relevant release notes or changelogs.
• Ensure compatibility with the current branching model: main (stable), dev, and task-specific branches.
• Automation tools like release-please can be configured for this purpose.
• This integration will improve the efficiency and reliability of the release workflow.
The text was updated successfully, but these errors were encountered: