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

feat: add embedded_var_names #115

Merged
merged 1 commit into from Jul 17, 2021
Merged

Conversation

suzuki-shunsuke
Copy link
Owner

@suzuki-shunsuke suzuki-shunsuke commented Jul 17, 2021

Close #108

BREAKING CHANGE: no variable becomes embedded in comment by default

tfcmt embedds the metadata into the comment to hide the comment by the metadata.
With tfcmt v1, all variables are embedded into the comment, but sometimes this behaviour is undesirable.
With tfcmt v2, only variables specified by embedded_var_names are embedded into the comment.

embedded_var_names:
- name

@suzuki-shunsuke suzuki-shunsuke added this to the v2.0.0 milestone Jul 17, 2021
BREAKING CHANGE: only variables defined in embedded_var_names are embedded into comments
@suzuki-shunsuke suzuki-shunsuke merged commit 582d2b1 into main Jul 17, 2021
@suzuki-shunsuke suzuki-shunsuke deleted the feat/add-embedded-variables branch July 17, 2021 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add embeded_var_names
1 participant