You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, part of the work involved in merging new changes into the release branch from main is uncommenting certain code blocks, e.g. the AuthAPIClient, which contains both REST and GraphQL implementations but has REST commented out. Automatic uncommenting will streamline the release process (less work, less error prone).
Acceptance Criteria
The scrubber should detect commented code blocks between a pair of "tagsToKeep" and uncomment them
Dev Notes
Consider how we will handle nested tags
The text was updated successfully, but these errors were encountered:
Context
Currently, part of the work involved in merging new changes into the
release
branch frommain
is uncommenting certain code blocks, e.g. theAuthAPIClient
, which contains both REST and GraphQL implementations but has REST commented out. Automatic uncommenting will streamline the release process (less work, less error prone).Acceptance Criteria
Dev Notes
The text was updated successfully, but these errors were encountered: