Skip to content

Commit

Permalink
v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 30, 2024
1 parent 31c1f63 commit 1861fce
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
version: 0.0.17
title: ""
date: 2024-12-30T14:03:45.518Z
- commits:
- subject: Lock file maintenance
hash: eced90caa33fae099ccbe2bf03878dc2e2b55dea
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -42,6 +42,6 @@
},
"type": "module",
"versionist": {
"publishedAt": "2024-12-30T00:11:06.181Z"
"publishedAt": "2024-12-30T14:03:45.577Z"
}
}

0 comments on commit 1861fce

Please sign in to comment.