Skip to content

Commit

Permalink
v0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 24, 2024
1 parent b938d60 commit fd60d6f
Show file tree
Hide file tree
Showing 4 changed files with 26 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: Mirror current branch protections and rulesets to file
hash: 911b6c9c6d40711e09417d7fd314b58d4f8afe56
body: |
Skip any modifications and cleanup of legacy checks and
just write the current repository settings to file.
This allows methodical cleanup in future PRs.
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.33
title: ""
date: 2024-08-24T00:15:00.182Z
- commits:
- subject: Switch to ES modules and use octokit directly
hash: e65ef971588259d8f4bbe5a506709a2a4d3dafb4
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.33
## (2024-08-24)

* Mirror current branch protections and rulesets to file [Kyle Harding]

# v0.0.32
## (2024-08-23)

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": "safe-settings-bootstrap",
"version": "0.0.32",
"version": "0.0.33",
"description": "Bootstrap organization-level safe-settings manifests",
"private": false,
"main": "index.mjs",
Expand Down Expand Up @@ -33,6 +33,6 @@
"yaml": "^2.3.4"
},
"versionist": {
"publishedAt": "2024-08-23T22:25:23.331Z"
"publishedAt": "2024-08-24T00:15:00.252Z"
}
}

0 comments on commit fd60d6f

Please sign in to comment.