Skip to content

Commit

Permalink
change all occurrences for 0.6.3 to 0.6.4 and update the README.md (#177
Browse files Browse the repository at this point in the history
)

Co-authored-by: Sayali M <sayali@Sayalis-MacBook-Pro>
  • Loading branch information
sayaliM0412 and Sayali M committed Mar 7, 2024
1 parent 94733f2 commit d5ab250
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
sonar:
uses: liquibase/build-logic/.github/workflows/sonar-push.yml@v0.6.3
uses: liquibase/build-logic/.github/workflows/sonar-push.yml@v0.6.4
secrets: inherit
with:
extraCommand: ${{ inputs.extraCommand }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/extension-attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
- name: Get Reusable Script Files
run: |
curl -o $PWD/.github/get_draft_release.sh https://github.com/raw/liquibase/build-logic/v0.6.3/.github/get_draft_release.sh
curl -o $PWD/.github/sign_artifact.sh https://github.com/raw/liquibase/build-logic/v0.6.3/.github/sign_artifact.sh
curl -o $PWD/.github/upload_asset.sh https://github.com/raw/liquibase/build-logic/v0.6.3/.github/upload_asset.sh
curl -o $PWD/.github/get_draft_release.sh https://github.com/raw/liquibase/build-logic/v0.6.4/.github/get_draft_release.sh
curl -o $PWD/.github/sign_artifact.sh https://github.com/raw/liquibase/build-logic/v0.6.4/.github/sign_artifact.sh
curl -o $PWD/.github/upload_asset.sh https://github.com/raw/liquibase/build-logic/v0.6.4/.github/upload_asset.sh
chmod +x $PWD/.github/get_draft_release.sh
chmod +x $PWD/.github/sign_artifact.sh
chmod +x $PWD/.github/upload_asset.sh
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Get upload_zip.sh Script File
if: inputs.zip == 'true'
run: |
curl -o $PWD/.github/upload_zip.sh https://github.com/raw/liquibase/build-logic/v0.6.3/.github/upload_zip.sh
curl -o $PWD/.github/upload_zip.sh https://github.com/raw/liquibase/build-logic/v0.6.4/.github/upload_zip.sh
chmod +x $PWD/.github/upload_zip.sh
- name: Attach Zip File to Draft Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension-release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
release-rollback:
needs: prepare-release
if: ${{ always() && contains(needs.*.result, 'failure') }}
uses: liquibase/build-logic/.github/workflows/extension-release-rollback.yml@v0.6.3
uses: liquibase/build-logic/.github/workflows/extension-release-rollback.yml@v0.6.4
secrets: inherit
with:
extraCommand: ${{ inputs.extraCommand }}
2 changes: 1 addition & 1 deletion .github/workflows/extension-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
maven-release:
uses: liquibase/build-logic/.github/workflows/extension-release-prepare.yml@v0.6.3
uses: liquibase/build-logic/.github/workflows/extension-release-prepare.yml@v0.6.4
secrets: inherit
with:
extraCommand: ${{ inputs.extraCommand }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/os-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
sonar-pr:
if: ${{ !inputs.nightly }}
needs: [unit-test]
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@v0.6.3
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@v0.6.4
secrets: inherit
with:
extraCommand: ${{ inputs.extraCommand }}
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
# Under the src folder is where specific packages files live. The GitHub action inputs will modify the universal package-deb-pom.xml to tell the process which assets to use during the packaging step
mkdir -p $PWD/.github/src/${{ inputs.artifactId }}/deb/control
mkdir -p $PWD/.github/src/${{ inputs.artifactId }}/main/archive
curl -o $PWD/.github/src/${{ inputs.artifactId }}/deb/control/control https://github.com/raw/liquibase/build-logic/v0.6.3/src/${{ inputs.artifactId }}/deb/control/control
curl -o $PWD/.github/src/${{ inputs.artifactId }}/deb/control/postinst https://github.com/raw/liquibase/build-logic/v0.6.3/src/${{ inputs.artifactId }}/deb/control/postinst
curl -o $PWD/.github/src/${{ inputs.artifactId }}/main/archive/${{ inputs.artifactId }}-env.sh https://github.com/raw/liquibase/build-logic/v0.6.3/src/${{ inputs.artifactId }}/main/archive/${{ inputs.artifactId }}-env.sh
curl -o $PWD/.github/package-deb-pom.xml https://github.com/raw/liquibase/build-logic/v0.6.3/.github/package-deb-pom.xml
curl -o $PWD/.github/sign_artifact.sh https://github.com/raw/liquibase/build-logic/v0.6.3/.github/sign_artifact.sh
curl -o $PWD/.github/src/${{ inputs.artifactId }}/deb/control/control https://github.com/raw/liquibase/build-logic/v0.6.4/src/${{ inputs.artifactId }}/deb/control/control
curl -o $PWD/.github/src/${{ inputs.artifactId }}/deb/control/postinst https://github.com/raw/liquibase/build-logic/v0.6.4/src/${{ inputs.artifactId }}/deb/control/postinst
curl -o $PWD/.github/src/${{ inputs.artifactId }}/main/archive/${{ inputs.artifactId }}-env.sh https://github.com/raw/liquibase/build-logic/v0.6.4/src/${{ inputs.artifactId }}/main/archive/${{ inputs.artifactId }}-env.sh
curl -o $PWD/.github/package-deb-pom.xml https://github.com/raw/liquibase/build-logic/v0.6.4/.github/package-deb-pom.xml
curl -o $PWD/.github/sign_artifact.sh https://github.com/raw/liquibase/build-logic/v0.6.4/.github/sign_artifact.sh
chmod +x $PWD/.github/sign_artifact.sh
- name: Import GPG key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pom-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
maven-release:
needs: release
uses: liquibase/build-logic/.github/workflows/extension-release-prepare.yml@v0.6.3
uses: liquibase/build-logic/.github/workflows/extension-release-prepare.yml@v0.6.4
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pro-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
sonar-pr:
if: ${{ !inputs.nightly }}
needs: [unit-test]
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@v0.6.3
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@v0.6.4
secrets: inherit
with:
extraCommand: ${{ inputs.extraCommand }}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,3 +448,7 @@ Here the modules we want to generate and aggregate test reports must be specifie
</plugins>
</build>
```

### Releasing a new version of build-logic

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

0 comments on commit d5ab250

Please sign in to comment.