Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAT-15071 automatically bump version via the release workflow #388

Merged
merged 111 commits into from
Jun 28, 2023
Merged

Conversation

jandroav
Copy link

jandroav and others added 30 commits June 27, 2023 12:11
…HOT to 4.21.1-SNAPSHOT to fix compatibility issues with other dependencies
…HOT to 4.21.1-SNAPSHOT to fix compatibility issues with other dependencies
…OT in pom.xml

refactor: split extension-update-version.yml into extension-release-prepare.yml, extension-release-perform.yml, and extension-release-rollback.yml to improve readability and maintainability of create-release.yml workflow
…HOT to 4.21.1-SNAPSHOT to fix compatibility issues with other dependencies
…HOT to 4.21.1-SNAPSHOT to fix compatibility issues with other dependencies
…HOT to 4.21.1-SNAPSHOT to fix compatibility issues with other dependencies
…21.1-SNAPSHOT to fix compatibility issues with other dependencies

refactor: remove integration-tests job from create-release.yml workflow as it is no longer needed after the downgrade of liquibase-mongodb version in pom.xml
… in draft-release and release-perform jobs since it is not necessary for these jobs to run successfully.
…HOT to 4.21.1-SNAPSHOT to fix compatibility issues with other dependencies
jandroav and others added 28 commits June 28, 2023 09:39
… to 4.21.1-SNAPSHOT for compatibility reasons
…reation step to target/liquibase-mongodb-*.jar

chore(release-published.yml): update file path for jar file in Maven deploy step to target/${{ github.event.release.tag_name}}.jar
chore(pom.xml): update version to 4.21.1-SNAPSHOT for Liquibase MongoDB Extension
…x deployment issue

The Maven Central Repository URL was updated to fix the deployment issue. The previous URL was causing the deployment to fail.
… to 4.21.1-SNAPSHOT for compatibility reasons
… generated by release-prepare step

fix(release-published.yml): fix file path for target jar in Publish to the Maven Central Repository step
chore(pom.xml): update liquibase-mongodb version to 4.21.1-SNAPSHOT
…kflow

fix(pom.xml): update liquibase-mongodb version from 4.23.1-SNAPSHOT to 4.21.1-SNAPSHOT for compatibility reasons
… Maven deploy command to specify the location of the POM file
…loy command to fix deployment to Maven Central Repository

fix(pom.xml): downgrade liquibase-mongodb version from 4.23.1-SNAPSHOT to 4.21.1-SNAPSHOT to resolve compatibility issues
…t repository URL for publishing to Maven Central

fix(pom.xml): update version of liquibase-mongodb to 4.21.1-SNAPSHOT
fix(pom.xml): update repository URLs for release and snapshot repositories in distributionManagement section
…bucket

The commit adds a new step to the release-published.yml workflow file. This step is responsible for uploading xsd files to an S3 bucket. The step first downloads the liquibase mongodb xsd repository using the actions/checkout action. Then, it sets the necessary environment variables for AWS access. Next, it uses the aws s3 sync command to sync the xsd files from the local repository to the specified S3 bucket. Finally, it performs additional operations on the index.htm file, such as adding links for all xsd files (except liquibase-mongodb-latest.xsd and index.htm), and syncs the modified index.htm file with the S3 bucket.
…ication with different versions of Java and MongoDB

chore(release-published.yml): sync updated index-file to S3 bucket for MongoDB XML namespace documentation
…for draft-release and release-rollback jobs to ensure integration tests are run before creating a release or rolling back a release
@jandroav jandroav merged commit 3c1896c into main Jun 28, 2023
@jandroav jandroav deleted the DAT-15071 branch September 12, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants