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

ci: enable release-please #494

Merged
merged 6 commits into from
Feb 28, 2024
Merged

ci: enable release-please #494

merged 6 commits into from
Feb 28, 2024

Conversation

arealmaas
Copy link
Collaborator

@arealmaas arealmaas commented Feb 27, 2024

  • Adding release please to ensure that we generate changelogs and versions
  • When merging a pull request to main, the following happens:
    • Code is deployed to the Test environment
    • A Release-PR, if not already created, will be created and sum up all the changes that have happened since last this PR was merged.
  • When merging the Release-PR, the following happens:
    • A release is created along with entries in CHANGELOG.md that summarize the changes since last release.
    • The code is deployed to the Staging environment
    • (later) A dry-run of deployment to the Prod environment

All commits merged into main must now follow Conventional commit guidelines.

Related to 492

oskogstad
oskogstad previously approved these changes Feb 27, 2024
Copy link

sonarcloud bot commented Feb 28, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@arealmaas arealmaas merged commit c85bb1d into main Feb 28, 2024
13 checks passed
@arealmaas arealmaas deleted the ci/enable-release-please branch February 28, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants