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

chore: Align quotation marks regex patterns gradle(#370) #371

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

alezander86
Copy link
Contributor

@alezander86 alezander86 commented Dec 4, 2024

Description
This Pull Request updates the logic in the UpdateBuildNumberGradle task within the edp-tekton project. The update modifies the versioning logic based on the IS_RELEASE_BRANCH flag.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which improves an existing feature or documentation)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

How Has This Been Tested?

Testing was performed to ensure that the updated logic works as intended.
Verified that the versioning updates are applied correctly for both release and non-release branches.
No regressions or unexpected behaviors were observed during testing.

Deploy the updated task to a test environment.
Confirm that the versioning is updated correctly in each case.

Checklist:

  • I have performed a self-review of my code.
  • have commented on my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Pull Request contains one commit. I squash my commits.

@alezander86 alezander86 added the enhancement New feature or request label Dec 4, 2024
@alezander86 alezander86 self-assigned this Dec 4, 2024
@alezander86 alezander86 requested a review from a team as a code owner December 4, 2024 15:11
@SergK SergK merged commit a9f98a6 into master Dec 4, 2024
7 checks passed
@SergK SergK deleted the EPMDEDP-14642 branch December 4, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

2 participants