File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -98,3 +98,16 @@ In case you use new dependencies don't forget to either edit `environment.yml` o
9898A Github action should runs when Rmd files changes so it will verify that the blog post can be built.
9999However, the converted HTML file along with all generated images are committed to the repository.
100100This simplifies the deployment and ensures that we have a blog post even when the API or data changes.
101+
102+
103+ ### Release Process
104+
105+ The release process is based on [ release-it] ( https://github.com/release-it/release-it ) . To create a release, run
106+
107+ 1 . create/checkout the release branch ` release ` and push to origin
108+ 1 . run ` npm run release ` and publish the release
109+ 1 . create a PR that merges the ` release ` branch in the ` main ` branch
110+ 1 . create a PR that merges the ` main ` branch back into the ` dev ` branch
111+
112+ Then go to the release page and update short description of the changes made.
113+
You can’t perform that action at this time.
0 commit comments