Skip to content

Commit

Permalink
release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Aug 29, 2023
1 parent b4e918a commit 157ae47
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/development/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release

Releases are automated by the `release.yaml` GitHub Workflow,
which is triggered by tag events.

To cut a new release, those with push permissions to the repo, may run:

```console
git tag $VERSION
git push origin --tags
```

Where `$VERSION` is a three-element, dot-delimited semantic version of the form
`v{MAJOR}.{MINOR}.{PATCH}`, which is appropriately incremented from the prior tag.

And `origin` is assumed to be the remote corresponding to
`pangeo-forge/pangeo-forge-runner`.
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ tutorial/flink
reference/index
```

## Development

```{toctree}
:maxdepth: 2
development/release
```

0 comments on commit 157ae47

Please sign in to comment.