We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa1df3 commit 48c7b49Copy full SHA for 48c7b49
gulpfile.js
@@ -311,8 +311,8 @@ gulp.task('release-discourse', function(done) {
311
312
return q.all([
313
updatePost(newPostUrl, 'closed', true),
314
- updatePost(newPostUrl, 'visible', false),
315
- oldPostUrl && updatePost(oldPostUrl, 'pinned', true)
+ updatePost(newPostUrl, 'pinned', true),
+ oldPostUrl && updatePost(oldPostUrl, 'pinned', false)
316
]);
317
});
318
0 commit comments