Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 1, 2024
1 parent f66b367 commit c815794
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- commits:
- subject: Initial code changes to setup ORAS CLI
hash: 044c15add695e25e9c6e48e9de34b480e98056ed
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
version: 0.0.2
title: ""
date: 2024-11-01T13:22:53.084Z
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.2
## (2024-11-01)

* Initial code changes to setup ORAS CLI [Kyle Harding]
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.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "setup-oras-action",
"description": "Setup ORAS CLI for GitHub Actions",
"version": "0.0.0",
"version": "0.0.2",
"author": "",
"private": true,
"homepage": "https://github.com/balena-io-experimental/setup-oras-action#readme",
Expand Down Expand Up @@ -84,5 +84,8 @@
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.3.3"
},
"versionist": {
"publishedAt": "2024-11-01T13:22:53.117Z"
}
}

0 comments on commit c815794

Please sign in to comment.