Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 17, 2024
1 parent ec82973 commit 81db18c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: Run action post command on teardown to set reactions
hash: a7f1423024f133d04d44577e6a69752ccc7de04a
body: |
In case the job was cancelled, or failed for other reasons,
we still want to try and update the comment reaction to failed
if possible.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 0.1.4
title: ""
date: 2024-10-17T14:32:48.124Z
- commits:
- subject: Remove logger abstraction
hash: d926405764fdd7c9d25251940bb3e26c9374f0ab
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 0.1.4 - 2024-10-17

* Run action post command on teardown to set reactions [Kyle Harding]

## 0.1.3 - 2024-10-16

* Remove logger abstraction [Kyle Harding]
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,7 +1,7 @@
{
"name": "approved-commit-action",
"description": "Wait for approval from a repository maintainer on a commit comment",
"version": "0.1.3",
"version": "0.1.4",
"author": "",
"private": true,
"homepage": "https://github.com/product-os/review-commit-action#readme",
Expand Down Expand Up @@ -84,6 +84,6 @@
"prettier": "^3.3.3"
},
"versionist": {
"publishedAt": "2024-10-16T17:32:27.992Z"
"publishedAt": "2024-10-17T14:32:48.188Z"
}
}

0 comments on commit 81db18c

Please sign in to comment.