From fbe39c5ab56284373550d0081c1918d765386416 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Mon, 1 Aug 2022 21:13:02 +0100 Subject: [PATCH] Bump chart --- charts/github-comment-ops/Chart.yaml | 4 ++-- charts/github-comment-ops/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/github-comment-ops/Chart.yaml b/charts/github-comment-ops/Chart.yaml index 7456bae..bb6ffd7 100644 --- a/charts/github-comment-ops/Chart.yaml +++ b/charts/github-comment-ops/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.4 +version: 1.2.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.3.0" +appVersion: "v1.3.1" diff --git a/charts/github-comment-ops/README.md b/charts/github-comment-ops/README.md index dcb3480..f953550 100644 --- a/charts/github-comment-ops/README.md +++ b/charts/github-comment-ops/README.md @@ -1,6 +1,6 @@ # github-comment-ops -![Version: 1.2.4](https://img.shields.io/badge/Version-1.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.0](https://img.shields.io/badge/AppVersion-v1.3.0-informational?style=flat-square) +![Version: 1.2.5](https://img.shields.io/badge/Version-1.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.1](https://img.shields.io/badge/AppVersion-v1.3.1-informational?style=flat-square) A tool for managing GitHub issues and pull requests via comment-ops. It uses GitHub webhooks to scale across repositories without needing to add a GitHub action to each of them.