Skip to content

Commit c98c806

Browse files
chore: Update release process docs (#4706)
1 parent 9d8d3d8 commit c98c806

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/project/release-process.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
For Feast maintainers, these are the concrete steps for making a new release.
66

7+
Note: Make sure you have a [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) or retrieve your saved personal access token.
8+
9+
If something goes wrong, investigate the workflow and try to rerun different pieces locally.
10+
711
### 0. Cutting a minor release
8-
You only need to hit the `release` workflow using [the GitHub action](https://github.com/feast-dev/feast/blob/master/.github/workflows/release.yml).
9-
First test with a `dry-run` then run it live. This is all you need to do. All deployments to dockerhub, PyPI, and npm are handled by the workflows.
12+
You only need to hit the `release` workflow using [the GitHub action](https://github.com/feast-dev/feast/blob/master/.github/workflows/release.yml). This is all you need to do. All deployments to dockerhub, PyPI, and npm are handled by the workflows.
1013

1114
Also note that as a part of the workflow, the [infra/scripts/release/bump_file_versions.py](https://github.com/feast-dev/feast/blob/master/infra/scripts/release/bump_file_versions.py) file will increment the Feast versions in the appropriate files.
1215

@@ -98,4 +101,4 @@ In the Feast Gitbook:
98101

99102
![](new_branch_part_5.png)
100103
6. Verify on [docs.feast.dev](http://docs.feast.dev) that this new space is the default (this may take a few minutes to
101-
propagate, and your browser cache may be caching the old branch as the default)
104+
propagate, and your browser cache may be caching the old branch as the default)

0 commit comments

Comments
 (0)