Skip to content

Commit b4bc451

Browse files
committed
Prepare to publish
1 parent 2549b9a commit b4bc451

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ The new website also contains an updated version of [trips viewer](https://githu
1515
4. Run `make` (or `yarn install`) to pull down submodules and update packages
1616
5. Start the live-reloading development server with `yarn run dev`. The server will be available at
1717
`http://localhost:3000` by default.
18+
19+
## Publishing
20+
21+
- Commit all changes and merge to `main` (optional). Update the package.json version to the desired number.
22+
- Run `make publish` to sync the `package.json` version to a git tag
23+
- Push the tag to GitHub, which should kick off CI to build and publish to OSG Harbor.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@macrostrat/rockd-website",
33
"private": true,
4-
"version": "2.3.0",
4+
"version": "2.3.0-beta.1",
55
"description": "Macrostrat map interface",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)