Skip to content

Commit

Permalink
Merge pull request #134 from grafana/update-release-process-readme
Browse files Browse the repository at this point in the history
Added llmclient release process to readme
  • Loading branch information
edwardcqian authored Nov 3, 2023
2 parents 75e2fe5 + 48ef2d8 commit b25985e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,13 @@ To use the example app in conjunction with the LLM plugin:
3. Follow the instructions in the llm example app to run the app

## Release process

### Plugin Release
- Bump version in package.json (e.g., 0.2.0 to 0.2.1)
- Add notes to changelog describing changes since last release
- Merge PR for a branch containing those changes into main
- Go to drone [here](https://drone.grafana.net/grafana/grafana-llm-app) and identify the build corresponding to the merge into main
- Promote to target 'publish'

### llmclient Release
- Push a new tag to the repo (e.g., `git tag -a llmclient/v0.X.X -m "llmclient v0.X.X release"`)

0 comments on commit b25985e

Please sign in to comment.