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

Automate release process #6538

Merged
merged 59 commits into from
Sep 17, 2024
Merged

Conversation

wordpressfan
Copy link
Contributor

@wordpressfan wordpressfan commented Apr 2, 2024

Description

Fixes #6104

Documentation

User documentation

That's for internal use to release internal releases as follows:

  1. Make sure that everything is merged into develop.
  2. Update the plugin base file version number to the new version.
  3. Create a PR to merge develop into trunk and wait till github CI finishes successfully.
  4. Include the following line as a first line on the PR description Release Version: xxx and replace xxx with the new version number.
  5. Then add the label release-alpha to that PR and wait till the alpha release workflow finishes.
  6. Check the github releases page, you will find a new release is created there with the same PR content.

Technical documentation

All mentioned above.

Type of change

Delete options that are not relevant.

  • New feature (non-breaking change which adds functionality).

@wordpressfan wordpressfan self-assigned this Apr 2, 2024
@wordpressfan wordpressfan changed the base branch from develop to develop-clone April 4, 2024 07:43
@wordpressfan wordpressfan changed the base branch from develop-clone to develop September 17, 2024 11:58
Copy link

codacy-production bot commented Sep 17, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 21b4dd81 (target: 50.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (21b4dd8) Report Missing Report Missing Report Missing
Head commit (4c0ef01) 37973 16615 43.75%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#6538) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@wordpressfan wordpressfan marked this pull request as ready for review September 17, 2024 12:09
@wordpressfan wordpressfan added this pull request to the merge queue Sep 17, 2024
Merged via the queue into develop with commit 9ee75cd Sep 17, 2024
12 of 14 checks passed
@wordpressfan wordpressfan deleted the feature/6104-automate-release-process branch September 17, 2024 12:16
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.

Automate plugin translation process
1 participant