Skip to content

Commit

Permalink
chore: cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 14, 2024
1 parent ecc1043 commit 6b5dd48
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,3 @@ Currently this exports uptime statistics using the `probe_success` metric from p

Commits to the main branch must follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and uses Release Please to create new versions.

# TODO:

- Manually patch helm chart based on please-release output
- Manually tag docker image based on please-release output

# Notes:

## Release-Please output:
```json
{
"releases_created": "true",
"release_created": "true",
"id": "179766252",
"name": "v1.3.1",
"tag_name": "v1.3.1",
"sha": "1785100949bdc314681a91e136a42248406d309f",
"body": "...",
"html_url": "https://github.com/equinor/radix-prometheus-proxy/releases/tag/v1.3.1",
"draft": "false",
"upload_url": "https://uploads.github.com/repos/equinor/radix-prometheus-proxy/releases/179766252/assets{?name,label}",
"path": ".",
"version": "1.3.1",
"major": "1",
"minor": "3",
"patch": "1",
"paths_released": "[\".\"]"
}
```

0 comments on commit 6b5dd48

Please sign in to comment.