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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,14 @@ Fill in the following header from the pull request template:
64
64
| Doc PR | api-platform/docs#1234
65
65
```
66
66
67
+
## Update Project Version from API Platform Release
68
+
69
+
When a release occur on [api-platform/core](https://github.com/api-platform/core) repository, you can trigger a workflow to automatically update this project.
70
+
71
+
Go to Actions > Upgrade API Platform > Run workflow, then click on the `Run workflow` button. This action will detect the new API Platform release, update the API and HELM dependencies, and open a Pull Request to run the CI and review it.
72
+
73
+
If the CI is green and the review seems valid, the Pull Request can be merged (by member of the API Platform organization), and a release can be created through GitHub UI.
0 commit comments