-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ugit 0.4.5 #321
Merged
Merged
ugit 0.4.5 #321
Conversation
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
Co-authored-by: ninmonkey <[email protected]>
Co-authored-by: ninmonkey <[email protected]>
Co-authored-by: ninmonkey <@github.com>
Improving Co-authored-by tag. Co-authored-by: Jake Bolton <[email protected]>
Improving Co-authored-by tag (using no-reply) Co-authored-by: Jake Bolton <[email protected]>
Improving Co-authored-by tag (using no-reply email) Co-authored-by: Jake Bolton <[email protected]> Co-authored-by: James Brundage <[email protected]>
Improving Co-authored-by tag (using no-reply email) Co-authored-by: Jake Bolton <[email protected]> Co-authored-by: James Brundage <[email protected]>
Improving Co-authored-by tag (using no-reply email) Co-authored-by: Jake Bolton <[email protected]>
Improving Co-authored-by tag (using no-reply email) Co-authored-by: Jake Bolton <[email protected]>
#274, Fixes #275 ) Co-authored-by: Jake Bolton <[email protected]>
Fetching first
Fetching all first
pulling first
Using different log parameter
Fixing commit date
Fixing table
Making Script Paths relative
Also, importing from workspace if found
Updating Version [0.4.5] and CHANGELOG.md
Updating Version [0.4.5] and CHANGELOG.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ugit 0.4.5:
git clone
clone
and-Since
/--shallow-since
#276)git log -Since <date>
should supportgit.exe
dates like1week
#277)git log
git.log.Trailer(s)
should be parsed in a script property #305)git.log.Description
should get the commit description #304)git.log.Scope
should get the commit scope #303)git.log.CommitType
should get the type of the conventional commit #301)git.log.CommitDate
should be a script property #309)git.log.Change(s)
should be parsed in a script property #306)git.log.GetNote(s)
should get git notes for a commit #296)git log
should not accumulate$input
#308)git.log.Change(s)
should be parsed in a script property #306,git log
should not accumulate$input
#308,git.log.CommitDate
should be a script property #309)git.log.get_JiraTicket(s)
should get Jira references #313)git log -IssueNumber
should be aliased to-TicketNumber
#315)git commit
-OnBehalfOf
someone #275)-CoAuthoredBy
support) #274)git commit
-SkipCI/SkipBuild/NoCI
#320)ugit
Container.init.ps1
should initialize a container #280)ugit
Container.start.ps1
should be the entry point #281)ugit
Container.stop.ps1
should be the exit point #282)ugit
action improvements #289,Refactorugit
GitHub Action into internal functions #290)ugit
should test its action on the current branch #288)ActionScript
(ugit
action should support-ActionScript
#311)GitHubToken
(ugit
action should support-GitHubToken
#317)NoCommit
(ugit
action should support-NoCommit
#318)NoPush
(ugit
action should support-NoPush
#319)TargetBranch
(ugit
action should support-TargetBranch
#316)ugit
should update thePublishTestResults
step #287)ugit
GitPub
cleanup #310)ChangesByCommitType
example #302,git.log.CommitType
should get the type of the conventional commit #301)ChangesByDayOfWeek
Example #295)ChangesByIssueNumber
Example #294)ChangesByUserName
example #293)ChangesByExtension
example #292)ReleaseNotes
example #307)ugit
GitHub Action #291)Additional Changes in Changelog