Skip to content

Commit 19ab2b9

Browse files
committed
Build latest JS source
Also update the manual release docs to include the steps to include the latest JS source in the release.
1 parent b05d02d commit 19ab2b9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

assets/v1.6/js/primer_spec_plugin.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/v1.6/js/primer_spec_plugin.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,19 @@ $ git checkout main
142142
$ git merge -S develop
143143
```
144144

145-
3. Freeze the version (remove the `.d` at the end of the version string) by running:
145+
3. Build the latest JS source
146+
147+
```console
148+
$ script/cibuild
149+
$ git add assets
150+
```
151+
152+
4. Freeze the version (remove the `.d` at the end of the version string) by running:
146153

147154
```console
148155
$ script/version freeze
149156
$ git add VERSION
150-
$ git commit -S -m "Freeze version v1.2"
157+
$ STAGE_STATIC_ASSETS=true git commit -S -m "Freeze version v1.2"
151158
```
152159

153160
4. Push your changes to GitHub with `git push`.

0 commit comments

Comments
 (0)