Bump version with updatecli - #171
Conversation
6fdfbf0 to
53a74b1
Compare
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
| scmid: githubConfig | ||
| kind: shell | ||
| spec: | ||
| command: ./.ci/bump-gem.sh |
There was a problem hiding this comment.
Question:
I wonder whether this step could be replaced by:
- bumping the version in the Gemfile directly
- then run a new target in charge of:
- bundle update elastic-apm"
- configure the
.github/workjflows/bump-opbeans-ruby.ymlto run within a ruby context https://github.com/ruby/setup-ruby
There was a problem hiding this comment.
I actually had something similar. but I wasn't 100% sure about it.
I was not able to find anything in the documentation, but do you know if I can mark a target dependent on another target in updatecli?
There was a problem hiding this comment.
I assume the command bundle update elastic-apm needs the Gemfile to be updated already?
There was a problem hiding this comment.
I think targets in the updatecli run sequentially
dependson is available for targets -> https://www.updatecli.io/docs/core/target/
There was a problem hiding this comment.
Thank you.. I knew I saw it somewhere, but couldn't find it anymore.
There was a problem hiding this comment.
|
@estolfo , would you mind reviewing it please? |
Details
Move bump opbeans-ruby from elastic/apm-agent-ruby to the consumer
How to test
Related Issues