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
This is actually intentional because there are a few places where it's useful to be able to use the project name as a normalized id. But I agree that it's confusing so I've been meaning to introduce a separate project_id for that and leave the project_name as defined in the config file.
Now the project_name attribute is left untouched and you can use project_id if you need something that can be used as a normalized id. I also made the project_id configurable with the id config option, but by default it's automatically derived from the project name.
Context.author, Context.project_description, etc are all as in the configuration file, only Context.project_name is converted to all lowercase.
This makes using the original capitalized project name akward, having to add a redundant meta variable.
Example:
Context.project_name
results inthequickbrownfox
The text was updated successfully, but these errors were encountered: