-
Notifications
You must be signed in to change notification settings - Fork 14
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
backstage: bump o-tracking internal version #1623
Conversation
@@ -17,7 +17,7 @@ const initPage = page.init; | |||
* | |||
* @type {string} | |||
*/ | |||
const version = '4.5.0'; | |||
const version = '4.5.3'; |
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.
o-tracking is currently 4.5.3 but, when this is released, it'll be 4.5.4 😅
const version = '4.5.3'; | |
const version = '4.5.4'; |
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.
Oh i thought backstage commits don't trigger a new release? Getting my info from here
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.
Oh, right! That's correct. However we'll need to release to get the version updated in production. Looks like it's send with tracking events and I guess that's what you want to update?
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.
Yes, that's correct. Thanks!
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.
Approved! 👍 I'll go ahead and release
Describe your changes
Update the internal version of o-tracking