Justin Beckwith
Justin Beckwith
FWIW, this is something [semantic-release-github](https://github.com/semantic-release/github#usage) supports. I needed this in [linkinator](https://github.com/JustinBeckwith/linkinator/blob/master/.releaserc.json) to attach release binaries generated by `vercel/pgk` as part of the release.
@skuruppu this PR is about to have it's first birthday 🎂 Can we close this out?
@AVaksman @stephenplusplus @skuruppu this PR is looking a little moldy :) What's the plan here?
@vongohren it's great that updating your version of TypeScript seemed to solve this problem. I think this is honestly a gap with TypeScript that we have no idea how to...
Greetings @Cydhra! This repository isn't being actively maintained at this stage.
Followed up a little over email - but wanted to share here that this is technically possible today :) Two approaches I can think of: To prevent the PRs from...
Do we need to add a new command here? For most things you'd do on the cmdline, you can follow the pattern: ``` repo sync repo exec -- git some-command...
I love that idea! I think it would be pretty manual to set up though.
Adding the approach here from an email from @ofrobots: - implement Service.prototype.projectIdPromise. Ideally we should remove Service.prototype.projectId as it is asynchronously initialized. (GAX based libraries will need their analogue for...
Initial thoughts: - *Use this instead of a generic type variable* - yep, go for it! - *Use a generic type variable for metadata* - This should be optional so...