Skip to content

Commit

Permalink
release-todo.md - no longer create release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Sep 12, 2024
1 parent 06ccc51 commit d745a96
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/developer/release-todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ If so:
git push --tags
```

### Create and push the release branch

In the subversion / commercial release days we did this. No idea if still needed. Doesn't hurt.

```shell
# how things were done way back in the subversion and commercial release days
git checkout -b kdreports-X.Y.Z-release && git push origin kdreports-X.Y.Z-release
```

### Github

#### Make a release on Github
Expand Down

0 comments on commit d745a96

Please sign in to comment.