Skip to content

Commit

Permalink
"Nicegram plus" release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Feb 25, 2023
1 parent 6cfd8aa commit ee4974e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Beta Release

on:
push:
branches: [ beta ]
branches:
- beta
- beta-hotfix

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Master Release

on:
push:
branches: [ master ]
branches:
- master

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: atlassian/default-image:3

pipelines:
branches:
'{master,beta}':
'{master,beta,beta-hotfix}':
- step:
script:
- BB_REPO_PATH=$BITBUCKET_CLONE_DIR
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "1.2.0",
"app": "1.2.1",
"bazel": "5.3.1",
"xcode": "14.1"
}

0 comments on commit ee4974e

Please sign in to comment.