Skip to content

Commit

Permalink
Docs: Help users understand fake values better
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 4, 2019
1 parent dff3c1e commit 467530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/automate-release-workflow.md
Expand Up @@ -26,7 +26,7 @@ gulp.task('changelog', function () {
gulp.task('github-release', function(done) {
conventionalGithubReleaser({
type: "oauth",
token: '0126af95c0e2d9b0a7c78738c4c00a860b04acc8' // change this to your own GitHub token or use an environment variable
token: 'abcdefghijklmnopqrstuvwxyz1234567890' // change this to your own GitHub token or use an environment variable
}, {
preset: 'angular' // Or to any other commit message convention you use.
}, done);
Expand Down

0 comments on commit 467530f

Please sign in to comment.