Skip to content

Commit 467530f

Browse files
authored
Docs: Help users understand fake values better
1 parent dff3c1e commit 467530f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/automate-release-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gulp.task('changelog', function () {
2626
gulp.task('github-release', function(done) {
2727
conventionalGithubReleaser({
2828
type: "oauth",
29-
token: '0126af95c0e2d9b0a7c78738c4c00a860b04acc8' // change this to your own GitHub token or use an environment variable
29+
token: 'abcdefghijklmnopqrstuvwxyz1234567890' // change this to your own GitHub token or use an environment variable
3030
}, {
3131
preset: 'angular' // Or to any other commit message convention you use.
3232
}, done);

0 commit comments

Comments
 (0)