Skip to content

Commit fbecd2b

Browse files
Dave ZuchDave Zuch
Dave Zuch
authored and
Dave Zuch
committed
Update release instructions
The step of bumping the `package.json` version was only for Quicksight, as it isn't used by PureScript package managers. Quicksight no longer uses this library, so we can get rid of the step.
1 parent 81b8bf2 commit fbecd2b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "purescript-ocelot",
3-
"version": "0.35.0",
43
"private": true,
54
"scripts": {
65
"build-all": "make build",

readme.md

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ Our built CSS is version controlled, so that consuming applications can use it w
4646

4747
To create a new release:
4848

49-
1. Adjust the version in `package.json`.
50-
Some of our dependents rely on this version being correct.
51-
1. Submit the changes to `main` via a PR.
5249
1. Create a tag for the version.
5350
```sh
5451
$ git tag $NEW_VERSION

0 commit comments

Comments
 (0)