Skip to content

Added version bump workflow#1669

Merged
mimartin12 merged 1 commit intomasterfrom
ci/version-bump-action
Nov 30, 2021
Merged

Added version bump workflow#1669
mimartin12 merged 1 commit intomasterfrom
ci/version-bump-action

Conversation

@mimartin12
Copy link

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Adds a new workflow that allows Github Actions to update the version number in the following files and then creates a PR with the changes.

  • src/Android/Properties/AndroidManifest.xml
  • src/iOS.Autofill/Info.plist
  • src/iOS.Extension/Info.plist
  • src/iOS/Info.plist

Testing requirements

To perform tests after merge, run Version Bump workflow with the desired version(e.g. 1.1.2) in the input. Once the workflow is finished, there should be a new branch called version_bump_1.1.2 along with a PR to merge that branch into master. If the branch and PR looks acceptable, close the PR and delete the branch.

Example of PR:
image

@mimartin12 mimartin12 marked this pull request as ready for review November 30, 2021 21:15
@mimartin12 mimartin12 requested a review from a team November 30, 2021 21:15
@mimartin12 mimartin12 merged commit ea1ee2c into master Nov 30, 2021
@mimartin12 mimartin12 deleted the ci/version-bump-action branch November 30, 2021 22:53
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