Skip to content

Commit

Permalink
Merge branch 'hotfix-petrzpav' into master-3
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzpav committed Jul 17, 2023
2 parents 1db4ce8 + 025f6c4 commit d868d88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./*.tar.gz
asset_name: flow.tar.gz
asset_content_type: application/gzip

- name: Upload Second Release Asset
id: upload-release-asset-2
Expand All @@ -64,4 +65,5 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./*.sh
asset_name: flow.sh
asset_content_type: application/x-sh

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.7] - 2023-07-17

### Fixed

- Add assets content type.

## [3.0.6] - 2023-07-17

### Fixed
Expand Down Expand Up @@ -135,6 +141,7 @@ _Stable release based on [3.0.0-rc.2]._

## [1.0.0] - 2016-12-22

[3.0.7]: https://https://github.com/internetguru/flow/compare/v3.0.6...v3.0.7
[3.0.6]: https://https://github.com/internetguru/flow/compare/v3.0.5...v3.0.6
[3.0.5]: https://https://github.com/internetguru/flow/compare/v3.0.4...v3.0.5
[3.0.4]: https://https://github.com/internetguru/flow/compare/v3.0.3...v3.0.4
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.0.7

0 comments on commit d868d88

Please sign in to comment.