Skip to content

Commit

Permalink
Merge pull request #97 from pangeo-forge/release-docs
Browse files Browse the repository at this point in the history
Release docs
  • Loading branch information
yuvipanda authored Aug 29, 2023
2 parents b4e918a + 157ae47 commit e3c2dd1
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 e3c2dd1

Please sign in to comment.