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

[#502] Remove Bump version XML step from Bump version workflow #527

Conversation

ryan-conway
Copy link
Collaborator

closes #502

What happened 👀

  • Removed the Bump version XML from bump_version workflow

Insight 📝

The XML template is being deprecated so we should no longer bump the version on new iterations 🙏🏻

Proof Of Work 📹

Pull Request

Workflow run

image

@ryan-conway ryan-conway self-assigned this Oct 5, 2023
@ryan-conway ryan-conway temporarily deployed to template-compose October 5, 2023 08:59 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

1 Warning
⚠️ Uh oh! Your project is under 80% coverage!

Kover report for template-xml:

🧛 Template - XML Unit Tests Code Coverage: 34.25%

Coverage of Modified Files:

File Coverage

Modified Files Not Found In Coverage Report:

bump_version.yml

Codebase cunningly covered by count Shroud 🧛

Kover report for template-compose:

🧛 Template - Compose Unit Tests Code Coverage: 62.05%

Coverage of Modified Files:

File Coverage

Modified Files Not Found In Coverage Report:

bump_version.yml

Codebase cunningly covered by count Shroud 🧛

Generated by 🚫 Danger

@@ -22,10 +22,6 @@ jobs:
run: |
perl -i -pe 's/^(templateScriptVersion=(.*))$/"templateScriptVersion=${{ github.event.inputs.newVersion }}"/e' version.properties

- name: Bump version XML
run: |
perl -i -pe 's/ANDROID_VERSION_NAME =(.*)$/ANDROID_VERSION_NAME = "${{ github.event.inputs.newVersion }}"/g' sample-xml/buildSrc/src/main/java/Versions.kt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryan-conway Please feel free to fix this issue too #521 (new PR)

Copy link
Contributor

@thiennguyen0196 thiennguyen0196 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ryan-conway ryan-conway merged commit 1b3d92e into develop Oct 9, 2023
@ryan-conway ryan-conway deleted the chore/502-remove-bump-version-xml-step-from-bump-version-workflow branch October 9, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Bump version XML step from Bump version workflow
4 participants