diff --git a/.releaserc.json b/.releaserc.json index f4bb9d4d..f88bb427 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,4 @@ { - "tagFormat": "v${version}-source", "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", diff --git a/README.md b/README.md index 242a4449..383cf327 100644 --- a/README.md +++ b/README.md @@ -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/actions-commitlint-validation@v1.0.1-dist). 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: