File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,9 @@ The new website also contains an updated version of [trips viewer](https://githu
15154 . Run ` make ` (or ` yarn install ` ) to pull down submodules and update packages
16165 . 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.
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments