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

how to push using package repository #146

Open
svattenky opened this issue Jan 12, 2016 · 0 comments
Open

how to push using package repository #146

svattenky opened this issue Jan 12, 2016 · 0 comments

Comments

@svattenky
Copy link

My config is as such

    release: {
            options: {
                bump: true, //default: true
                // changelog: false, //default: false
                // changelogText: '<%= version %>\n', //default: '### <%= version %> - <%= grunt.template.today("yyyy-mm-dd") %>\n'
                file: 'package.json', //default: package.json
                add: true, //default: true
                commit: true, //default: true
                tag: true, //default: true
                push: true, //default: true
                pushTags: false, //default: true
                npm: true, //default: true
                npmtag: false, //default: no tag
                indentation: '\t', //default: '  ' (two spa
                tagName: 'v<%= version %>', //default: '<%= version %>'
                commitMessage: 'chore(package.json): Release v<%= version %>', //default: 'release <%= version %>'
                beforeBump: [],
                remote: 'origin' // optional grunt tasks to run after file versions are bumped
}

and I want to be able to push to my internal repository using the credentials of the user doing the grunt command so that it is a commit made by them rather than using some standard user.
Grunt bump does it this way. Is there a way to achieve this with this package

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