We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9270b9b commit 56271acCopy full SHA for 56271ac
.github/workflows/deploy.yml
@@ -2,8 +2,8 @@ name: Publish to GitHub Packages
2
3
on:
4
push:
5
- branches:
6
- - main
+ tags:
+ - '*'
7
8
jobs:
9
publish:
README.md
@@ -60,6 +60,11 @@ try {
60
}
61
```
62
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
68
## Updating
69
70
1. Ensure that langfuse-java is placed in the same directory as the main [langfuse](https://github.com/langfuse/langfuse) repository.
0 commit comments