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

gbb.json中的version值不满足xx.xx.xx格式情况下,提示语的末尾出现意外的% #20

Closed
voidint opened this issue Apr 8, 2017 · 0 comments
Labels

Comments

@voidint
Copy link
Owner

voidint commented Apr 8, 2017

在MacOS下,将gbb.json的内容改成这样:

{
    "version": "`.3.0",
    "tool": "gb build",
    "package": "build",
    "variables": [
        {
            "variable": "Date",
            "value": "{{.Date}}"
        },
        {
            "variable": "Commit",
            "value": "{{.GitCommit}}"
        }
    ]
}

再执行gbb --debug,将出现以下内容:

malformed semantic version%
@voidint voidint added the bug label Apr 8, 2017
@voidint voidint closed this as completed in 1bfc196 Sep 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant