Skip to content

Commit 750e6e8

Browse files
authored
Update release instructions now that we have NPM
1 parent 6824714 commit 750e6e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/product/guidelines/releasing.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Releasing Stacks
4-
description: The following is a guide to releasing a new version of Stacks and making it available in production on Core and Careers.
4+
description: The following is a guide to releasing a new version of Stacks and making it available in production on Stack Overflow and Careers.
55
---
66

77
<section class="stacks-section">
@@ -19,7 +19,7 @@
1919

2020
<section class="stacks-section">
2121
{% header "h2", "Ship the new version to Stack Overflow" %}
22-
<p class="stacks-copy">In order for the new version of Stacks to be usable on Core and Careers, you’ll need to ship to both.</p>
23-
24-
<p class="stacks-copy">Within Core and Careers, run the <code class="stacks-code">update-stacks.bat</code> script within <code class="stacks-code">Tools/</code>. This will copy the files from the latest version of the Stacks repo. You’ll need to do this for both Core and Careers. The script will create a new branch, create a single commit with the updates from Stacks, push the new branch to the repo, and open your browser on the &ldquo;new pull request&rdquo; page.</p>
22+
<p class="stacks-copy">In order for the new version of Stacks to be usable on Stack Overflow and Careers, you’ll need to ship to both.</p>
23+
<p class="stacks-copy">Stack Overflow’s dependencies are now managed via NPM, so updating Stacks there is as simple as bumping the version number in <code class="stacks-code">package.json</code></p>
24+
<p class="stacks-copy">Within the Careers repo, run the <code class="stacks-code">update-stacks.bat</code> script within the <code class="stacks-code">Tools</code> directory. This will copy the files from the latest version of the Stacks repo. The script will create a new branch, create a single commit with the updates from Stacks, push the new branch to the repo, and open your browser on the &ldquo;new pull request&rdquo; page.</p>
2525
</section>

0 commit comments

Comments
 (0)