Skip to content

Commit efe1fb8

Browse files
committed
Update version string and release management
1 parent cafc085 commit efe1fb8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ publish:
2222
# Ensure the git repository is clean
2323
@git diff --quiet || (echo "Uncommitted changes present. Please commit or stash them before publishing." && exit 1)
2424
git tag -a v$(VERSION) -m "Version $(VERSION)"
25-
docker build --platform=linux/amd64 -t $(TAG) .
26-
docker push $(TAG)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@macrostrat/web",
2+
"name": "@macrostrat/rockd-website",
33
"private": true,
4-
"version": "4.0.8",
4+
"version": "2.3.0",
55
"description": "Macrostrat map interface",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)