Skip to content

Commit 7e1b749

Browse files
sayaliM0412Sayali M
and
Sayali M
authored
change all occurrences for 0.7.6 to 0.7.7 (#208)
Co-authored-by: Sayali M <sayali@Sayalis-MacBook-Pro>
1 parent c9d864b commit 7e1b749

9 files changed

+12
-12
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
sonar:
14-
uses: liquibase/build-logic/.github/workflows/[email protected].6
14+
uses: liquibase/build-logic/.github/workflows/[email protected].7
1515
secrets: inherit
1616
with:
1717
extraCommand: ${{ inputs.extraCommand }}

.github/workflows/extension-attach-artifact-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
9090
- name: Get Reusable Script Files
9191
run: |
92-
curl -o $PWD/.github/get_draft_release.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.7.6/.github/get_draft_release.sh
93-
curl -o $PWD/.github/sign_artifact.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.7.6/.github/sign_artifact.sh
94-
curl -o $PWD/.github/upload_asset.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.7.6/.github/upload_asset.sh
92+
curl -o $PWD/.github/get_draft_release.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.7.7/.github/get_draft_release.sh
93+
curl -o $PWD/.github/sign_artifact.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.7.7/.github/sign_artifact.sh
94+
curl -o $PWD/.github/upload_asset.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.7.7/.github/upload_asset.sh
9595
chmod +x $PWD/.github/get_draft_release.sh
9696
chmod +x $PWD/.github/sign_artifact.sh
9797
chmod +x $PWD/.github/upload_asset.sh
@@ -180,7 +180,7 @@ jobs:
180180
- name: Get upload_zip.sh Script File
181181
if: inputs.zip == 'true'
182182
run: |
183-
curl -o $PWD/.github/upload_zip.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.7.6/.github/upload_zip.sh
183+
curl -o $PWD/.github/upload_zip.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.7.7/.github/upload_zip.sh
184184
chmod +x $PWD/.github/upload_zip.sh
185185
186186
- name: Attach Zip File to Draft Release

.github/workflows/extension-release-prepare.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
release-rollback:
108108
needs: prepare-release
109109
if: ${{ always() && contains(needs.*.result, 'failure') }}
110-
uses: liquibase/build-logic/.github/workflows/[email protected].6
110+
uses: liquibase/build-logic/.github/workflows/[email protected].7
111111
secrets: inherit
112112
with:
113113
extraCommand: ${{ inputs.extraCommand }}

.github/workflows/extension-release-published.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
maven-release:
26-
uses: liquibase/build-logic/.github/workflows/[email protected].6
26+
uses: liquibase/build-logic/.github/workflows/[email protected].7
2727
secrets: inherit
2828
with:
2929
extraCommand: ${{ inputs.extraCommand }}

.github/workflows/fossa_ai.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Get Fossa Configuration
3636
if: ${{ inputs.check_ai_generated_code }}
3737
run: |
38-
curl -o $PWD/.github/.fossa.yml https://raw.githubusercontent.com/liquibase/build-logic/v0.7.6/.github/.fossa.yml
38+
curl -o $PWD/.github/.fossa.yml https://raw.githubusercontent.com/liquibase/build-logic/v0.7.7/.github/.fossa.yml
3939
4040
- name: Install FOSSA CLI
4141
run: |

.github/workflows/os-extension-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
sonar-pr:
254254
if: ${{ !inputs.nightly }}
255255
needs: [unit-test]
256-
uses: liquibase/build-logic/.github/workflows/[email protected].6
256+
uses: liquibase/build-logic/.github/workflows/[email protected].7
257257
secrets: inherit
258258
with:
259259
extraCommand: ${{ inputs.extraCommand }}

.github/workflows/pom-release-published.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
6969
maven-release:
7070
needs: release
71-
uses: liquibase/build-logic/.github/workflows/[email protected].6
71+
uses: liquibase/build-logic/.github/workflows/[email protected].7
7272
secrets: inherit

.github/workflows/pro-extension-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
sonar-pr:
299299
if: ${{ !inputs.nightly }}
300300
needs: [unit-test]
301-
uses: liquibase/build-logic/.github/workflows/[email protected].6
301+
uses: liquibase/build-logic/.github/workflows/[email protected].7
302302
secrets: inherit
303303
with:
304304
extraCommand: ${{ inputs.extraCommand }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,4 +451,4 @@ Here the modules we want to generate and aggregate test reports must be specifie
451451

452452
### Releasing a new version of build-logic
453453

454-
When you want to release new version of `build-logic`, it is important to update all the occurrences of previous version eg: `v0.7.5` with the new version eg : `v0.7.6` in all the files. As, the code for the new version internally refers to the old version.
454+
When you want to release new version of `build-logic`, it is important to update all the occurrences of previous version eg: `v0.7.5` with the new version eg : `v0.7.7` in all the files. As, the code for the new version internally refers to the old version.

0 commit comments

Comments
 (0)