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

chore: release workflow fix version condition #1027

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

web-mi
Copy link
Contributor

@web-mi web-mi commented Mar 20, 2024

Fixes #

Proposed Changes

Copy link

what-the-diff bot commented Mar 20, 2024

PR Summary

  • Modification in Workflow Condition
    The build pipeline, which is a set of processes to automate our software's development routine, includes steps like 'Bump version' and 'Push changes'. These steps are now only executed when the working version of our software (referred to as an 'environment' or 'env') is explicitly named 'release'. Previously, these steps could have been inadvertently activated with any environment names starting with 'release'. This change minimizes the risk of accidental version increments and allows for more robust control over releases.

Copy link

sonarcloud bot commented Mar 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@web-mi web-mi merged commit f5ddfd3 into develop Mar 20, 2024
8 checks passed
@web-mi web-mi deleted the OB-ReleaseWorkflow branch March 20, 2024 20:24
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