Skip to content

Commit

Permalink
docs: fix release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-work committed Jan 23, 2024
1 parent 6a4f965 commit 8abf1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internal/howto_release_neonbee.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

```console
git fetch
git push origin <nextVersion>:/refs/heads/0.x
git push origin <nextVersion>:refs/heads/0.x
```

where `0.x` refers to the related major version

0 comments on commit 8abf1f1

Please sign in to comment.