-
Notifications
You must be signed in to change notification settings - Fork 60
ci: automate version bumps in module README.md files #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One improvement suggestion, but otherwise looks good.
One thing to observe here is that a module can go e.g. from v1.0.0 to v1.5.2 in the blink of an eye since we're always bumping them by the coder/modules tag.
We shouldn't fix it in this PR, but eventually it could be nice for them to have their own versions.
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
@mafredri, is it possible for each module to have its own versions, given our current setup? |
Kinda, maybe? Each folder could have its own Example:
Example 2:
Perhaps not as ideal as controlling each module individually, but could be an option |
@mafredri, but our registry API needs to be changed then, currently, it is based on tags. |
Don't think it would be a huge effort to do that, if we get some others on board of this being a good idea. Alternatively we can continue using tags but prefix them, like |
Let's see what @bpmct thinks about this? |
closes #138