Skip to content

Commit

Permalink
feat: use custom inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedDevOps committed Feb 8, 2024
1 parent 436b486 commit 0ece1ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name: Call composite
id: print_semver
uses: BowTiedDevOps/actions/publish-packages@feat/test-tools-npm-publish
# with: # Use the defaults for testing purposes - modify later
# major_pattern: "MAJOR"
# minor_pattern: "MINOR"
# version_format: "${major}.${minor}.${increment}"
# change_path: "packages/clarunit"
# bump_each_commit: "false"
# bump_each_commit_patch_pattern: ""
# search_commit_body: "true"
# debug: "true"
with: # Use the defaults for testing purposes - modify later
major_pattern: "MAJOR"
minor_pattern: "MINOR"
version_format: "${major}.${minor}.${increment}"
change_path: "packages/clarunit"
bump_each_commit: "false"
bump_each_commit_patch_pattern: ""
search_commit_body: "true"
debug: "true"

0 comments on commit 0ece1ad

Please sign in to comment.