Skip to content

Commit

Permalink
bump dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
nazq committed May 22, 2024
1 parent 8dab3a2 commit 6a028cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if (successfulRun) {
core.setOutput('successful', 'true');
core.setOutput('run_id', successfulRun.id);
console.log('Found Successful build run #' + successfulRun.run_number + ', run_id=' + successfulRun.id + ', it was started at' + successfulRun.created_at)
console.log('Found Successful build run #' + successfulRun.run_number + ', run_id=' + successfulRun.id + ', it was started at ' + successfulRun.created_at)
} else {
core.setOutput('successful', 'false');
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0-dev3] - 2024-05-22

* Internal build updates


## [1.1.0-dev1] - 2024-05-14

* Internal build updates
Expand Down

0 comments on commit 6a028cf

Please sign in to comment.