Skip to content

Conversation

@xterao
Copy link
Collaborator

@xterao xterao commented Mar 11, 2025

Every time a merge commit is pushed to the main branch, add a GitActions that appends the change history of the next version to CHANGELOG.md.

If a PR with the same branch name has already been created, force push to the existing branch.

If a PR has not yet been created, create a PR to update CHANGELOG.md.
This PR is intended to be merged just before releasing the latest version (publishing release notes).

@github-actions github-actions bot added the ci CI/CD fixes label Mar 11, 2025
@github-actions
Copy link

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@xterao xterao merged commit 704962e into main Mar 11, 2025
7 checks passed
@xterao xterao deleted the ci/changelog-update-action branch March 11, 2025 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants