diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b6730d3..81f5934 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Enable support for workflow dispatch events + hash: e5f10adbf59fea9f300fd079c009a8ac1d544c69 + body: | + These events include the same information as pull request events + if they are triggered in the context of a PR. + + If they are triggered as a standalone workflow run, there will be no + associated PRs to find matching reviews and they will remain unapproved. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + version: 0.0.17 + title: "" + date: 2024-12-30T14:03:45.518Z - commits: - subject: Lock file maintenance hash: eced90caa33fae099ccbe2bf03878dc2e2b55dea diff --git a/CHANGELOG.md b/CHANGELOG.md index 8098db2..a427823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v0.0.17 +## (2024-12-30) + +* Enable support for workflow dispatch events [Kyle Harding] + # v0.0.16 ## (2024-12-30) diff --git a/package-lock.json b/package-lock.json index 72108a3..b799c97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploynaut", - "version": "0.0.16", + "version": "0.0.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deploynaut", - "version": "0.0.16", + "version": "0.0.17", "license": "Apache-2.0", "dependencies": { "probot": "^13.0.1", diff --git a/package.json b/package.json index d9254a4..87baa8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploynaut", - "version": "0.0.16", + "version": "0.0.17", "private": true, "description": "Approve deployments via reviews from maintainers", "author": "Balena", @@ -42,6 +42,6 @@ }, "type": "module", "versionist": { - "publishedAt": "2024-12-30T00:11:06.181Z" + "publishedAt": "2024-12-30T14:03:45.577Z" } }