Skip to content

Commit

Permalink
Merge pull request #49 from frysztak/release/v0.6.2
Browse files Browse the repository at this point in the history
v0.6.2 into master
  • Loading branch information
frysztak authored Aug 26, 2022
2 parents 519f769 + 117b2c4 commit 537b337
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
with:
context: .
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2] - 2022-08-26

### Changed

- Disable Linux ARM64 builds for now

## [0.6.1] - 2022-08-26

### Fixed
Expand Down Expand Up @@ -141,7 +147,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- The entire app!

[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.6.1...HEAD
[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.6.2...HEAD

[0.6.2]: https://github.com/frysztak/orpington-news/compare/0.6.1...0.6.2

[0.6.1]: https://github.com/frysztak/orpington-news/compare/0.6.0...0.6.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"*.{js,cjs,css,md,ts,tsx,json,yml,yaml}": "prettier --write"
},
"packageManager": "[email protected]",
"version": "0.6.1"
"version": "0.6.2"
}

0 comments on commit 537b337

Please sign in to comment.