Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Piitschy committed Jul 15, 2024
1 parent 3444776 commit 9dbe7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
@echo "Done!"

release:
@if [ "$(git rev-parse --abbrev-ref HEAD)" != "main" ]; then echo "You are not on 'main' branch"; exit 1; fi
@if [ "$(git rev-parse --abbrev-ref HEAD)" != "main" ]; then echo "You are not on 'main' branch"; fi
@echo "Set the version first with 'git tag -a v0.0.0 -m 'release note''"
@read -p "Press enter to continue"
@echo "Releasing..."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drcts",
"version": "0.1.4",
"version": "0.1.5",
"description": "Directus Data Model CLI (drcts) to migrate schemas from one instance to an other.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9dbe7e3

Please sign in to comment.