Skip to content

Commit

Permalink
chore(release): release v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x committed Dec 14, 2020
1 parent 2030b84 commit ff0020b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
context: ./packages/api
file: ./packages/api/Dockerfile
push: true
tags: iam4x/bobarr-api:latest
tags: |
iam4x/bobarr-api:latest
iam4x/bobarr-api:${{ GITHUB_REF }}
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8

-
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-and-puslish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
context: ./packages/web
file: ./packages/web/Dockerfile
push: true
tags: iam4x/bobarr-web:latest
tags: |
iam4x/bobarr-web:latest
iam4x/bobarr-web:${{ GITHUB_REF }}
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8

-
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Master (pre-release)
## [v1.0.0-beta.2] - 2020-12-14

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bobarr",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"author": "iam4x <iam4x@me.com>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bobarr/api",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "bobarr api server",
"author": "iam4x <iam4x@me.com>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"private": true,
"scripts": {
"dev": "yarn && yarn concurrently yarn:watch-*",
Expand Down

0 comments on commit ff0020b

Please sign in to comment.