Skip to content

Commit c815794

Browse files
v0.0.2
1 parent f66b367 commit c815794

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- commits:
2+
- subject: Initial code changes to setup ORAS CLI
3+
hash: 044c15add695e25e9c6e48e9de34b480e98056ed
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Kyle Harding <[email protected]>
9+
signed-off-by: Kyle Harding <[email protected]>
10+
author: Kyle Harding
11+
version: 0.0.2
12+
title: ""
13+
date: 2024-11-01T13:22:53.084Z

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file
4+
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5+
This project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
# v0.0.2
8+
## (2024-11-01)
9+
10+
* Initial code changes to setup ORAS CLI [Kyle Harding]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "setup-oras-action",
33
"description": "Setup ORAS CLI for GitHub Actions",
4-
"version": "0.0.0",
4+
"version": "0.0.2",
55
"author": "",
66
"private": true,
77
"homepage": "https://github.com/balena-io-experimental/setup-oras-action#readme",
@@ -84,5 +84,8 @@
8484
"jest": "^29.7.0",
8585
"make-coverage-badge": "^1.2.0",
8686
"prettier": "^3.3.3"
87+
},
88+
"versionist": {
89+
"publishedAt": "2024-11-01T13:22:53.117Z"
8790
}
8891
}

0 commit comments

Comments
 (0)