Skip to content

Commit

Permalink
Bump version to v0.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Sep 30, 2024
1 parent 1e6f7d7 commit 1219510
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,30 +83,10 @@ jobs:
- name: Display structure of downloaded files
run: ls -R

- uses: actions/create-release@v1
id: create_release
- uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: 'artifacts-*/goldplate-*'
tag_name: ${{ steps.get_version.outputs.version }}
release_name: ${{ steps.get_version.outputs.version }}

- name: Upload Linux Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./goldplate-${{ steps.get_version.outputs.version }}-linux-x86_64.tar.gz
asset_name: goldplate-${{ steps.get_version.outputs.version }}-linux-x86_64.tar.gz
asset_content_type: application/gzip

- name: Upload MacOS Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./goldplate-${{ steps.get_version.outputs.version }}-darwin-x86_64.tar.gz
asset_name: goldplate-${{ steps.get_version.outputs.version }}-darwin-x86_64.tar.gz
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

- 0.2.2.0 (unreleased)
- 0.2.2.0 (2024-09-30)
* Expose `Options`, `defaultOptions` and `mainWith` from `Goldplate`
module so it's easy to call from Haskell test suites.

Expand Down
2 changes: 1 addition & 1 deletion goldplate.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: goldplate
Version: 0.2.1.1
Version: 0.2.2.0
Synopsis: A lightweight golden test runner
License: Apache-2.0
License-file: LICENSE
Expand Down

0 comments on commit 1219510

Please sign in to comment.