-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
[framework] Adds TokenPolicyCreated event to the token module #15128
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
@@ -250,7 +250,7 @@ | |||
] | |||
}, | |||
"32": { | |||
"git_revision": "bdbc732269", | |||
"git_revision": "f918308973-dirty", |
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.
Technically, this revision should be the new (clean) revision in the release branch, which means you would need to:
- Put the change out in
main
for review. - Once accepted, create a cherry-pick on the relevant release branch and land it there.
- Create a snapshot in the release branch.
- Copy that into the PR on
main
, and land tomain
.
But if this works, it works.
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.
@amnn We don't need any cherry-picks for this, since the branch cut is scheduled for tomorrow for the v1.15.0 release scheduled to go out on 12/13
b5f8349
to
63c6f52
Compare
63c6f52
to
0ac6c81
Compare
3f908e4
to
bd94770
Compare
d02fd78
to
83e0312
Compare
Description
Adds a simple event emitted when a Policy is shared (or frozen - in the future).
Test Plan
It's just an event.
If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process.
Type of Change (Check all that apply)
Release notes