-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore: Update docs with new release workflow #2898
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
Changes from 1 commit
ecf99f0
54d9fbe
00651be
748213b
136258d
b779e51
1820ae9
cdb5005
4f1c410
ae4bc72
256bc63
a8ca125
8bc5b1c
bb2e4c7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ For Feast maintainers, these are the concrete steps for making a new release. | |
| ### Pre-release Verification (Verification that wheels are built correctly) | ||
|
|
||
| 1. Merge upstream master changes into your fork. | ||
| 2. Create a tag manually for the release on your fork. For example, if your release is on version 0.22.0, create a tag by doing the following. | ||
| 2. Create a tag manually for the release on your fork. For example, if your release doing a release for version 0.22.0, create a tag by doing the following. | ||
|
felixwang9817 marked this conversation as resolved.
Outdated
|
||
| - Checkout master branch and run `git tag v0.22.0`. | ||
| - Run `git push --tags` to push the tag to remote. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To push the tag to your forks master branch.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed |
||
| 3. Access the `Actions` tab on your github UI on your fork and click the `build_wheels` action. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What does this workflow do? What does it build? What combinations?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fixed. |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this should have two sections, one on how to run the
build_wheelsworkflow on personal forks with a manually applied tag to verify wheels are being created correctly, and a second on how to run thereleaseworkflow using your personal access token on master in the feast repo.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed