-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release steps can be improved #9079
Labels
bug
Something isn't working
Comments
gibson042
added a commit
that referenced
this issue
Mar 13, 2024
gibson042
added a commit
that referenced
this issue
Mar 14, 2024
gibson042
added a commit
that referenced
this issue
Apr 16, 2024
gibson042
added a commit
that referenced
this issue
Apr 16, 2024
gibson042
added a commit
that referenced
this issue
Apr 16, 2024
gibson042
added a commit
that referenced
this issue
May 3, 2024
gibson042
added a commit
that referenced
this issue
May 8, 2024
gibson042
added a commit
that referenced
this issue
May 9, 2024
gibson042
added a commit
that referenced
this issue
May 9, 2024
gibson042
added a commit
that referenced
this issue
May 9, 2024
gibson042
added a commit
that referenced
this issue
May 9, 2024
gibson042
added a commit
that referenced
this issue
May 24, 2024
mergify bot
added a commit
that referenced
this issue
May 24, 2024
…se contents (#9241) Ref #9079 ## Description Add a script for producing release text like that seen at https://github.com/Agoric/agoric-sdk/releases . ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations Referenced with an example in MAINTAINERS.md. ### Testing Considerations n/a ### Upgrade Considerations n/a
gibson042
added a commit
that referenced
this issue
Jul 6, 2024
gibson042
added a commit
that referenced
this issue
Jul 6, 2024
gibson042
added a commit
that referenced
this issue
Jul 7, 2024
mergify bot
added a commit
that referenced
this issue
Jul 7, 2024
…rience (#9658) Ref #9079 ## Description Refactor npm-dist-tag.sh to improve readability, efficiency, correctness, and most importantly user experience (in particular by avoiding breakouts to browser tabs for entering OTP values with default npm configuration). ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations Usage output and internal comments better explain how to use the script and what it does. ### Testing Considerations Tested manually. ### Upgrade Considerations n/a
This is pretty much done; anything further merits its own issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In following MAINTAINERS.md to produce release agoric-upgrade-14-rc1, I observed some opportunities for improvement:
v…
tag inside a get-released-tags script that seems to be locally read-only but is actually not.lerna
mode, and should support dry-run.npm login
prompts, and should be updated to behave more likeyarn lerna publish --concurrency 1 from-package
(which only prompted me once).The text was updated successfully, but these errors were encountered: