-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
80 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,23 +40,17 @@ jobs: | |
- uses: paulhatch/[email protected] | ||
id: versioning | ||
with: | ||
branch: main | ||
# The prefix to use to identify tags | ||
tag_prefix: "v" | ||
# A string which, if present in a git commit, indicates that a change represents a | ||
# major (breaking) change, supports regular expressions wrapped with '/' | ||
major_pattern: "(MAJOR)" | ||
major_pattern: "MAJOR:" | ||
# Same as above except indicating a minor change, supports regular expressions wrapped with '/' | ||
minor_pattern: "(MINOR)" | ||
minor_pattern: "MINOR:" | ||
# A string to determine the format of the version output | ||
version_format: "v${major}.${minor}.${patch}.${increment}" | ||
# Optional path to check for changes. If any changes are detected in the path the | ||
# 'changed' output will true. Enter multiple paths separated by spaces. | ||
change_path: "./TeensyFlasher" | ||
# Named version, will be used as suffix for name version tag | ||
#namespace: project-b | ||
# Indicate whether short tags like 'v1' should be supported. If false only full | ||
# tags like 'v1.0.0' will be recognized. | ||
# If this is set to true, *every* commit will be treated as a new version. | ||
|
||
bump_each_commit: false | ||
|
||
- name: Update AssemblyVersion and AssemblyFileVersion | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters