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

Update app version on Dependabot #19

Closed
patrick1990 opened this issue Jul 19, 2021 · 2 comments
Closed

Update app version on Dependabot #19

patrick1990 opened this issue Jul 19, 2021 · 2 comments
Assignees
Labels
feature New feature compatible to the current api

Comments

@patrick1990
Copy link
Owner

If Dependabot updates the dependencies (#18), GitHub Actions should automatically update the app version in appinfo/info.xml.

The following steps should be performed (current version was vA.B.C):

  • Create branch vA.B.(C+1)
  • Update info.xml to vA.B.(C+1)
  • Commit to vA.B.(C+1)
  • Merge vA.B.(C+1) into dev
  • Delete branch vA.B.(C+1)
@patrick1990 patrick1990 self-assigned this Jul 19, 2021
@patrick1990 patrick1990 added the enhancement New feature or request label Jul 19, 2021
@patrick1990 patrick1990 added feature New feature compatible to the current api and removed enhancement New feature or request labels Aug 1, 2021
@patrick1990
Copy link
Owner Author

App version will not be updated on every commit of dependabot. Instead it will be updated on the release cycle.

@patrick1990
Copy link
Owner Author

Resolved in #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature compatible to the current api
Projects
None yet
Development

No branches or pull requests

1 participant