Skip to content

Commit

Permalink
Move create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Sep 9, 2024
1 parent bb0a97d commit b687297
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions create_release.sh → create-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#!/usr/bin/env bash

# Usage: create-release.sh v1.x.x

# Use semantic versioning:
# - MAJOR version when you make incompatible API changes,
# - MINOR version when you add functionality in a backwards compatible manner, and
# - PATCH version when you make backwards compatible bug fixes.

set -euo pipefail

# Check if a version argument is provided
Expand Down

0 comments on commit b687297

Please sign in to comment.