Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 15, 2024
1 parent 725e36c commit 4a85ede
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 4 deletions.
53 changes: 53 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
- commits:
- subject: Use merge commit ref for reviews
hash: c16bf030cc86497a9ad40cdde28c62baafffc56e
body: |
This makes it less likely that a malicious change would
be buried in an earlier commit, and missed when only
reviewing the tip of HEAD.
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: []
- subject: Add exceptions to linters for markdown and natural language
hash: 11e4181028a50a339e455633a9dd699db0435340
body: ""
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: []
- subject: Throw if top-level repo name does not match PR base context
hash: 820932c55973b8659756a9911bde0d50f8beb651
body: |
It is unclear from the docs whether the top level context.repo
property will always reflect the target/base of a PR from a fork,
or the forked repo.
So to be safe until we can test all scenarios, throw an exception
if the values do not match.
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: []
- subject: Update docs and fix linting of files
hash: 00db951f1e3b87c62df98dec56018a5a8d709518
body: ""
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.0.6
title: ""
date: 2024-10-15T20:01:57.433Z
- commits:
- subject: Disallow reviews by authors by default
hash: a3e59e82451e4b056b7f0729e6b1d20a2fbd5955
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.0.6 - 2024-10-15

* Use merge commit ref for reviews [Kyle Harding]
* Add exceptions to linters for markdown and natural language [Kyle Harding]
* Throw if top-level repo name does not match PR base context [Kyle Harding]
* Update docs and fix linting of files [Kyle Harding]

## 0.0.5 - 2024-10-10

* Disallow reviews by authors by default [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.0.5",
"version": "0.0.6",
"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-10T13:19:45.295Z"
"publishedAt": "2024-10-15T20:01:57.492Z"
}
}

0 comments on commit 4a85ede

Please sign in to comment.