Skip to content

Commit

Permalink
#72
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Rummelsberger committed Feb 21, 2023
1 parent 0c7f5af commit 7061ccd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ build integration:

publish versionType:
release-it {{ versionType }} --dry-run

publish-integrations versionType:
just publish-angular {{ versionType }}
just publish-vue {{ versionType }}
just publish-react {{ versionType }}
echo release-it {{ versionType }} --release-version
# just publish-integrations {{ versionType }}

publish-integration integration versionType:
just update-core {{ integration }}
Expand All @@ -35,8 +32,10 @@ publish-integration integration versionType:
git add . && git commit -m "chore: build integration {{ integration }}"
cd {{ integration }} && release-it {{ integration }} --dry-run --ci

# publish-token versionType:
# just update-core {{ tokenFarm }}
# cd {{ tokenFarm }} && release-it {{ versionType }} --dry-run
publish-integrations versionType:
just publish-integration {{ angular }} {{ versionType }}
just publish-integration {{ vue }} {{ versionType }}
just publish-integration {{ react }} {{ versionType }}
just publish-integration {{ tokenFarm }} {{ versionType }}


0 comments on commit 7061ccd

Please sign in to comment.