Skip to content

Commit

Permalink
docs: update changelog and development release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
fr-ser committed Dec 26, 2023
1 parent 978026b commit 418b9f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com) and follows semantic Versioning.

## [Unreleased]

Thank you to the collaborators on this release:

- [@eeddaann](https://github.com/eeddaann)

### Added

- added support for Grafana annotations

## [3.3.3] - 2023-07-21

### Changed
Expand Down
9 changes: 4 additions & 5 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ On MacOs you can use the preinstalled "screen sharing" application as a VNC view
After step 3 Github Actions should take over and create a new release.
Steps 4 and 5 are for publishing the release to Grafana repository.

1. Update the Changelog and the package.json
2. Tag the commit with a Semver tag, e.g. v2.2.3-rc.1
3. Push the changes including the tag
4. Get the md5 hash of the release from the Github Action or from the release page (text file)
5. Within the Grafana Cloud account a request for a plugin update can be started:
1. Make sure a section in the Changelog exists with `## [Unreleased]`
2. Push the changes and merge to the default branch
3. Get the md5 hash of the release from the Github Action or from the release page (text file)
4. Within the Grafana Cloud account a request for a plugin update can be started:
<https://grafana.com/orgs/frser/plugins>

0 comments on commit 418b9f3

Please sign in to comment.