Skip to content
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

Allow adding a dynamic @since tag that adjusts automatically #13348

Merged
merged 4 commits into from
Dec 15, 2022

Conversation

RaananW
Copy link
Member

@RaananW RaananW commented Dec 15, 2022

Fixes #13209

This script will be running during the publish CI process and update all tags marked with @SInCE with nothing after (newline only) something like this:

/**
 * This function does nothing, please use it as much as you want
 * @since
 */
buyNFT();

If there is anything after the @SInCE tag it will not be processed.

scripts/updateSinceTag.js Outdated Show resolved Hide resolved
@RaananW RaananW enabled auto-merge (squash) December 15, 2022 15:49
@RaananW RaananW merged commit 2fa17d8 into BabylonJS:master Dec 15, 2022
@RaananW RaananW deleted the RaananW/issue13209 branch December 15, 2022 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow adding a dynamic @since tag that adjusts automatically
3 participants