8000 chore: add release docs · langfuse/langfuse-java@56271ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 56271ac

Browse files
committed
chore: add release docs
1 parent 9270b9b commit 56271ac

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish to GitHub Packages
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- '*'
77

88
jobs:
99
publish:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ try {
6060
}
6161
```
6262

63+
## Drafting a Release
64+
65+
Run `./mvnw release:prepare -DreleaseVersion=` with the version you want to create.
66+
Push the changes including the tag.
67+
6368
## Updating
6469

6570
1. Ensure that langfuse-java is placed in the same directory as the main [langfuse](https://github.com/langfuse/langfuse) repository.

0 commit comments

Comments
 (0)
0