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
* chore: Graduating some maintainers to Emeritus
Signed-off-by: Francisco Javier Arceo <[email protected]>
* chore: Updating release docs with overview of process
Signed-off-by: Francisco Javier Arceo <[email protected]>
* removing maintainers file change
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix formatting
Signed-off-by: Francisco Javier Arceo <[email protected]>
* fix link
Signed-off-by: Francisco Javier Arceo <[email protected]>
* removing java release
Signed-off-by: Francisco Javier Arceo <[email protected]>
---------
Signed-off-by: Francisco Javier Arceo <[email protected]>
Copy file name to clipboardExpand all lines: docs/project/release-process.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,44 @@
1
1
# Release process
2
2
3
+
The release process is automated through a GitHub Action called [release.yml](https://github.com/feast-dev/feast/blob/master/.github/workflows/release.yml).
The release step will trigger an automated chore commit by the CI-bot ([example](https://github.com/feast-dev/feast/commit/121617053344117cdbfbb480882b10cc176245ac)).
14
+
15
+
After the `release` step and release commit, the `publish` step will be triggered ([example](https://github.com/feast-dev/feast/actions/runs/13143995111)).
0 commit comments