Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Bump version 0 1 2 (#388)
Browse files Browse the repository at this point in the history
* testing deploy, bump version to 0.1.2

* filter on version tags only
  • Loading branch information
rhelmer authored May 6, 2022
1 parent 87b1b52 commit c256596
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ workflows:
requires:
- build-and-test
filters:
tags:
only: /.*/
branches:
only: master
tags:
only: /^v[0-9]+(\.[0-9]+)*$/

- site-deploy: # This deploys to our stage site at https://stage.rally-web.nonprod.dataops.mozgcp.net / https://members.rally.allizom.org
context: rally-web
Expand All @@ -124,8 +124,6 @@ workflows:
filters:
branches:
only: master
tags:
ignore: /.*/

- site-deploy: # This deploys directly to our prod site at https://prod.rally-web.prod.dataops.mozgcp.net / https://members.rally.mozilla.org
context: rally-web
Expand All @@ -136,7 +134,7 @@ workflows:
requires:
- archive-site
filters:
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
branches:
ignore: /.*/
tags:
only: /.*/
4 changes: 2 additions & 2 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"lint": "eslint --ext .js,.ts .",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rally-web-platform",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"pre-build": "bash scripts/reset-build-directories.sh && bash scripts/add-protocol.sh && node scripts/add-version-object.js",
"dev": "npm run config:web:demo && npm run build:functions && firebase emulators:exec --project demo-rally --only auth,functions,firestore --ui 'npm run load:data && (npm run watch:functions & npm run watch:web)'",
Expand Down

0 comments on commit c256596

Please sign in to comment.