Skip to content
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

docs: add issue template for point-release #4839

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/point_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Point release
about: Checklist for preparing a point release for tooling
title: Release vX.Y.Z, via point-release
labels: ''
assignees: ''
---

# Tooling Release

<!--
Explain the rationale for this release: did a particular bugfix land that we want to ship quickly?
Is an external consumer blocked on a new RPC?
-->
In order to ship some minor improvements and bug fixes, let's prepare a `vX.Y.Z.` release, flushing out the current contents of the main branch.

## Changes to include
<!--
Explain the rationale for this release: did a particular bugfix land that we want to ship quickly?
Is an external consumer blocked on a new RPC?
-->

- [ ] Everything on current main
- [ ] Feature foo in PR:
- [ ] Feature bar in PR:

## Compatibility
As this is a point-release, all changes must be fully compatible for all nodes and clients.
Careful attention should be given to the delta between most recent tag on the main branch:
https://github.com/penumbra-zone/penumbra/compare/v(X.Y.(Z-1)..main
46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/release_testnet.md

This file was deleted.

Loading