Skip to content

Commit

Permalink
Merge branch 'main' into NDT-505-CCBC-Summary-Page-Alert-user-of-SOW-…
Browse files Browse the repository at this point in the history
…upload
  • Loading branch information
RRanath authored Oct 3, 2024
2 parents c525ba3 + 7439d51 commit fe21bb8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
gh pr merge --auto --merge "$PR_URL"
env:
GITHUB_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
continue-on-error: true
- name: Uncheck the checkbox
if: steps.checkbox.outputs.result == 'true' && steps.up_to_date.outputs.result == 'true' && steps.pr_approval.outputs.result == 'true' && !github.event.pull_request.draft
uses: actions/github-script@v7
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.195.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.195.2...v1.195.3) (2024-10-03)

## [1.195.2](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.195.1...v1.195.2) (2024-10-03)

### Bug Fixes

- errorneous cases of auto enable ([46d17a5](https://github.com/bcgov/CONN-CCBC-portal/commit/46d17a544813428a0e9ac1d8737e66ff9d989a8d))

## [1.195.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.195.0...v1.195.1) (2024-10-01)

# [1.195.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.194.2...v1.195.0) (2024-10-01)
Expand Down
2 changes: 2 additions & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -692,3 +692,5 @@ computed_columns/cbc_history 2024-09-03T15:16:07Z Anthony Bushara <anthony@butto
@1.194.2 2024-10-01T17:35:28Z CCBC Service Account <ccbc@button.is> # release v1.194.2
@1.195.0 2024-10-01T18:17:16Z CCBC Service Account <ccbc@button.is> # release v1.195.0
@1.195.1 2024-10-01T19:32:15Z CCBC Service Account <ccbc@button.is> # release v1.195.1
@1.195.2 2024-10-03T15:39:57Z CCBC Service Account <ccbc@button.is> # release v1.195.2
@1.195.3 2024-10-03T15:51:06Z CCBC Service Account <ccbc@button.is> # release v1.195.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.195.1",
"version": "1.195.3",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <Meherzad.Romer@gov.bc.ca>",
Expand Down

0 comments on commit fe21bb8

Please sign in to comment.