Skip to content

Commit f06d459

Browse files
committed
deploying updated image
1 parent 83571a1 commit f06d459

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ release:
1919
format:
2020
# Format the code using Prettier
2121
yarn run prettier --write .
22+
23+
publish:
24+
# Ensure the git repository is clean
25+
@git diff --quiet || (echo "Uncommitted changes present. Please commit or stash them before publishing." && exit 1)
26+
git tag -a v$(VERSION) -m "Version $(VERSION)"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/api-v2",
3-
"version": "2.1.0-beta.3",
3+
"version": "2.1.0-beta.4",
44
"description": "An API for stratigraphic and geological information (Version 2).",
55
"main": "server.js",
66
"repository": {

0 commit comments

Comments
 (0)