Skip to content

Commit

Permalink
Merge pull request #24 from joberstein/#21
Browse files Browse the repository at this point in the history
#21: Remove tagFormat from release config
  • Loading branch information
joberstein authored Aug 4, 2023
2 parents 901df11 + dac3b02 commit 2ceb65b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"tagFormat": "v${version}-source",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The deploy script (./deploy.sh) will deploy to the 'release' breanch, which is o

Callers wishing to use this action should reference this repo by a versioned tag with the 'dist' suffix (i.e. joberstein/[email protected]). The source code is released under the standard version tag (vX.Y.Z), whereas the actual deploy artifacts are accessible with (vX.Y.Z-dist) for the same version. The source code does not contain 'node_modules', the 'dist' folder, or any other deploy artifacts.

# Scenarios
# Scenarios

Validate commits for events like:

Expand Down

0 comments on commit 2ceb65b

Please sign in to comment.