Skip to content

Commit

Permalink
Merge pull request #76 from DialmasterOrg/22-move-release-creation-to…
Browse files Browse the repository at this point in the history
…-github-workflow

chore(#22): Deprecate release script
  • Loading branch information
dialmaster authored Apr 21, 2024
2 parents 40f7c32 + 26d4e75 commit 970ca75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/create-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash
# This can only be used by the package maintainer

echo "Please merge to main and then use the github action to create a release"
echo "The code below is deprecated but retained for reference."
exit 0


# Check for required tools
for tool in git docker npm; do
if ! which $tool &> /dev/null; then
Expand Down

0 comments on commit 970ca75

Please sign in to comment.