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

--gh-pages-tag doesn't work #55

Open
alundiak opened this issue Jan 22, 2016 · 0 comments
Open

--gh-pages-tag doesn't work #55

alundiak opened this issue Jan 22, 2016 · 0 comments

Comments

@alundiak
Copy link

here is my task config:

'gh-pages':{
    options: {
        base: 'gh-gh',
        dotfiles: true,
        message: 'gh-pages updated',
        tag:'2.1.0'
    },
    src: '**'
}

Based on this config, when I execute first time grunt gh-pages, new tag pushed.
Next time - the same tag is not increasing (and would be nice feature, if next time during push, tag number increases).

But, if I have more new code changes, and I execute

grunt gh-pages --gh-pages-tag 'v2.1.1'

tag is not pushed.

No matter if task config has tag setting or not, using --gh-pages-tag has no effect.

Reproduced with:

  • grunt-gh-pages v.0.10.0 and v1.0.0.
  • grunt-cli v0.1.13
  • grunt v0.4.5
  • node v4.2.4
  • npm v2.14.12

@tschaub any ideas?

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

No branches or pull requests

1 participant