Conversation
|
Let me merge/push tags/deploy this version. Since we are managing two branches, there are some tricky steps involved. |
|
|
||
| ### Added | ||
|
|
||
| - `--display-name` flag to release command |
There was a problem hiding this comment.
(Requesting changes just to block the PR so this comment can be seen before the merge 😅 )
@gris, I've talked to @murilovarela and we thought about adding the vendor to the tag name. This might be useful to also quickly install an app just by copying the tag name. What do you think?
There was a problem hiding this comment.
If you guys think that it is a cool idea, I'm all in!
Just out of curiosity did you guys evaluated the usage of lerna, bazel or some other monorepo tooling?
I've just noticed that having a tag referring to a specific app inside a monorepo can be misleading, specially if you are updating more than 1 app at the same time (you will have to push 2 tags pointing to the same commit).
There was a problem hiding this comment.
As I see we will have two commits with the version bump change, one for each app, and the tag will be pointing to that specific commit. 🤔
There was a problem hiding this comment.
Can you talk about the work you're doing in the CI bot, @murilovarela?
There was a problem hiding this comment.
Hum, I see. I was just wondering if it makes more sense to have the tags point to versions of the monorepo itself, like this https://github.com/vtex/faststore/blob/master/lerna.json and https://github.com/vtex/faststore/tags
There was a problem hiding this comment.
Nevermind, I've researched a little bit more and actually saw this process implemented with tags per package in other places. I'm very curious because I will implement a monorepo for my team in the future as well :D
There was a problem hiding this comment.
The CI bot doesn't use the toolbelt. It generates the tag by itself. And what we decide here, I will replicate in the ci-hub code.
There was a problem hiding this comment.
So we all agree that it is a good idea to add the vendor to the tag name, correct?
There was a problem hiding this comment.
I see, @murilovarela. I meant to share knowledge about what we're doing since @gris is curious about the monorepo initiative.
Anyway, could you add the vendor in the tag name here too? 😁
Edit: Commented before seeing the above comment 😅
There was a problem hiding this comment.
All good, it makes sense to have the vendor for me.
What is the purpose of this pull request?
This PR adds the
--display-nameflag to thevtex releasecommand so the tag name is created with the app name from the manifest.What problem is this solving?
While developing in a monorepo tags can become a bit hard to understand what tag is related to what app, so adding a folder pattern to the tag name can solve this problem. Instead of
v0.10.1we haveadmin-ui@0.10.1.Types of changes
Chores checklist
CHANGELOG.md