Skip to content

Commit

Permalink
Include doc release process in release template (#1468)
Browse files Browse the repository at this point in the history
### Description

Adds a checkbox for cutting a doc release.

### Context

We now have versioned docs.

### Testing

- `./gradlew test`

### Documentation

N/A

### Known limitations

N/A

---------

Co-authored-by: Jamie Li <[email protected]>
  • Loading branch information
philipliu and lijamie98 authored Aug 24, 2024
1 parent 144cdd2 commit 0834773
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/release-a-new-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ assignees: ''
- [ ] If necessary, update the badges versions in [docs/00 - Stellar Anchor Platform.md].
- [ ] Create the pull request `release/2.2.x -> main`: this should require two approvals. DO NOT squash merge.
- [ ] Create another pull request `release/2.2.x -> develop`: AFTER the release branch is merged with the `main` branch. DO NOT squash merge.
- [ ] (Optional) You'll need to manually publish a new version of the SDK to [Maven Central](https://search.maven.org/search?q=g:org.stellar.anchor-sdk).
- [ ] (Optional) You'll need to manually upload the jar file from [Maven Central](https://search.maven.org/search?q=g:org.stellar.anchor-sdk) to the GH release.
- [ ] (Optional) If necessary, open a PR for stellar/helm-charts and [update with the latest helm chart](https://docs.google.com/document/d/10ujUQZvBCMUyciObQPouxjtlnOdI5OpAz2Pk1LFdDDE) to publish
- [ ] (Optional) Bump helm chart version.
- [ ] (Optional) Generate the new Anchor Platform documentation version in the stellar-docs repository if this is a new major or minor version.
- [ ] (Optional) You'll need to manually publish a new version of the SDK to [Maven Central](https://search.maven.org/search?q=g:org.stellar.anchor-sdk) in the `legacy/release-1.0`.

0 comments on commit 0834773

Please sign in to comment.