| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add a `REPLACEME` tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Ref: nodejs#6578
|
If you go through the trouble of filing the pull request, you can claim authorship. :-) LGTM either way. |
Sorry, something went wrong.
|
Credit where credit is due, I’m going to leave it like that. ;) |
Sorry, something went wrong.
|
LGTM, should any doc be updated mentioning this? |
Sorry, something went wrong.
|
@claudiorodriguez Hmm… got any suggestions? It might be nice to make collaborators aware of this in some way, yes. |
Sorry, something went wrong.
|
@addaleax right now the added metadata is documented in /tools/doc/README.md so I think it would make sense to add this there. I'd also reference it in CONTRIBUTING.md. Maybe another PR after this one? |
Sorry, something went wrong.
Can you leave my LGTM out in that case? Otherwise I'd show up as both author and reviewer. |
Sorry, something went wrong.
|
@bnoordhuis Of course, yep. @claudiorodriguez I’ve added it here… that should be okay. Still LGTY? |
Sorry, something went wrong.
|
So, I think it was @Fishrock123 that brought it up, but we should always know that a new feature or method will be going in in the next minor right? Is this still necessary? |
Sorry, something went wrong.
|
@evanlucas I don’t have strong feelings about it… basically, in my head it’s like this: Pro REPLACEME:
Contra REPLACEME:
You @nodejs/release people can probably assess things better and if you prefer not to do it this way, that’s perfectly fine. |
Sorry, something went wrong.
|
There are definitely pros to this approach. My biggest concern with going this route is how do we make the update permanent? Is that something the releaser should commit and push back up? Otherwise, when we hit the next release, the REPLACEME will be incorrect. |
Sorry, something went wrong.
|
Would it be okay to do something like this together with/in the release commit? If I’ve understood everything correctly, that one is landed both in the version-specific branch and master. |
Sorry, something went wrong.
|
That could work. We do cherry pick the release commit from the release proposal branch back to master. So this will probably work fine for v6, but may become a little hairy for v4. I'm honestly not sure. I do think I'm +1 on this, but really think that all of @nodejs/release should see this before landing. Also, if we add this, we need to make sure that the doc/releases.md document is updated to reflect the process of updating these. |
Sorry, something went wrong.
|
Yeah, there’s no hurry to implement this process in any case. And regarding v4.x in general, so far this feature isn’t even implemented there, but I think I’ll do a backporting PR once we’re pretty much through with #6578. |
Sorry, something went wrong.
|
@addaleax yep, LGTM on the PR itself. Agree on waiting on more feedback from the release team before landing though |
Sorry, something went wrong.
|
I don't really mind, but I have a question on how this will impact the release process commits-wise... Currently we do two commits, both of which are the only un-signed-off commits people are regularly allowed to do. (Some leeway is given for if releasers mess up and have to fix links or something afterwards.) Does this mean we add a third commit before? e.g:
Or do we just roll this into the Changelog commit? |
Sorry, something went wrong.
|
I don't see anything wrong with rolling it into the Changelog commit. |
Sorry, something went wrong.
|
Anybody from @nodejs/release want to give their thumbs up for this? :) |
Sorry, something went wrong.
|
+1 to rolling it into the Changelog commit. And LGTM |
Sorry, something went wrong.
Sorry, something went wrong.
Add a `REPLACEME` tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Ref: #6578 PR-URL: #6864 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Add a `REPLACEME` tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Ref: #6578 PR-URL: #6864 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Ref: nodejs#6578 PR-URL: nodejs#6864 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Add a `REPLACEME` tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Ref: nodejs#6578 PR-URL: nodejs#6864 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Add a `REPLACEME` tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Ref: #6578 PR-URL: #6864 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Add a `REPLACEME` tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Ref: #6578 PR-URL: #6864 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Add a `REPLACEME` tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Ref: #6578 PR-URL: #6864 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Add a `REPLACEME` tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Ref: #6578 PR-URL: #6864 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
build
Description of change
Add a REPLACEME tag that should be used when introducing docs for new features, so that they can be updated when releases are made. Example usage:
Ref: #6578
@bnoordhuis This is taken straight from #6578 (comment) so I’ve set the commit author to you. I guess that’s okay with you?