Skip to content

Commit 6a028cf

Browse files
committed
bump dev release
1 parent 8dab3a2 commit 6a028cf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if (successfulRun) {
5555
core.setOutput('successful', 'true');
5656
core.setOutput('run_id', successfulRun.id);
57-
console.log('Found Successful build run #' + successfulRun.run_number + ', run_id=' + successfulRun.id + ', it was started at' + successfulRun.created_at)
57+
console.log('Found Successful build run #' + successfulRun.run_number + ', run_id=' + successfulRun.id + ', it was started at ' + successfulRun.created_at)
5858
5959
} else {
6060
core.setOutput('successful', 'false');

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0-dev3] - 2024-05-22
9+
10+
* Internal build updates
11+
12+
813
## [1.1.0-dev1] - 2024-05-14
914

1015
* Internal build updates

0 commit comments

Comments
 (0)