Skip to content

Commit

Permalink
Release v0.6.0 with release pipeline fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mzampetakis committed Apr 26, 2024
1 parent 29bbcd8 commit d801f6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .concourse/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run:
path: sh
args:
- -c
- -ec
- |
cd github-actions-adapter
make build
Expand All @@ -73,11 +73,11 @@ jobs:
run:
path: sh
args:
- -c
- -ec
- |
cd github-actions-adapter
# if `version` file has changed
if git diff --name-only HEAD^ HEAD | grep -q "^version$"; then
cd github-actions-adapter-release
COMMIT_HASH=$(git rev-parse HEAD)
VERSION=$(head -n 1 version)
echo Releasing version: $VERSION
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes for every released version of this project will be documented in this file.
Check [Changelog Format](#Changelog-Format) for more details about this changelog's format.

## Unreleased
## [v0.6.0] - 2024-04-26

### Added

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.0
v0.6.0

0 comments on commit d801f6e

Please sign in to comment.