Skip to content

Commit f46e804

Browse files
author
James Brundage
committed
fix: ugit action skip on detached branch ( Fixes #322 )
2 parents 4eb546c + 5853708 commit f46e804

File tree

1 file changed

+53
-4
lines changed

1 file changed

+53
-4
lines changed

docs/CHANGELOG.md

+53-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,57 @@
1-
## ugit 0.4.4:
1+
## ugit 0.4.5:
22

33
> Like It? [Star It](https://github.com/StartAutomating/ugit)
44
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
55
6+
* git improvements
7+
* `git clone`
8+
* git clone -Since improvements (#276)
9+
* git clone -Since time period (#277)
10+
* `git log`
11+
* git.log.Trailer (#305)
12+
* git.log.Description (#304)
13+
* git.log.Scope (#303)
14+
* git.log.CommitType (#301)
15+
* git.log.CommitDate (#309)
16+
* git.log.Change(s) (#306)
17+
* git.log.note(s) (#296)
18+
* git log accumulation improvement (#308)
19+
* git log parsing improvement (#306,#308,#309)
20+
* git.log.JiraTicket(s) (#313)
21+
* git log -TicketNumber(s) (#315)
22+
* `git commit`
23+
* git commit -OnBehalfOf (#275)
24+
* git commit -CoAuthoredBy (#274)
25+
* git commit -SkipCI (#320)
26+
* Container improvements
27+
* Container.init.ps1 (#279,#280)
28+
* Container.start.ps1 (#281)
29+
* Container.stop.ps1 (#282)
30+
* Action improvements
31+
* Refactoring ugit action (#289,#290)
32+
* Testing action in branch (#288)
33+
* New Parameters:
34+
* `ActionScript` (#311)
35+
* `GitHubToken` (#317)
36+
* `NoCommit` (#318)
37+
* `NoPush` (#319)
38+
* `TargetBranch` (#316)
39+
* Workflow improvements
40+
* Fixing ugit workflow PublishTestResults (#287)
41+
* GitPub cleanup (#310)
42+
* New Examples:
43+
* ChangesByCommitType example (#302, #301)
44+
* ChangesByDayOfWeek example (#295)
45+
* ChangesByIssueNumber example (#294)
46+
* ChangesByUserName example (#293)
47+
* ChangesByExtension example (#292)
48+
* ReleaseNotes Example (#307)
49+
* TableOfCurrentBranch example (#291)
50+
51+
---
52+
53+
## ugit 0.4.4:
54+
655
* ugit a container! (#262, #263, #264)
756
* `docker run --interactive --tty ghcr.io/startautomating/ugit`
857
* `git checkout` improvements
@@ -14,8 +63,8 @@
1463
* `git checkout -FromBranch [string]` (#270)
1564
* `git checkout -RevisionNumber/-ParentNumber [int]` (#271)
1665
* `git sparse-checkout` improvements
17-
* `git sparse-checkout -FileFilter [string[]]` ( Fixes #257 )
18-
* `git sparse-checkout -DirectoryFilter [string[]]` ( Fixes #258 )
66+
* `git sparse-checkout -FileFilter [string[]]` (#257)
67+
* `git sparse-checkout -DirectoryFilter [string[]]` (#258)
1968
* `git branch -Remote [switch]` (#185)
2069
* `git config --list` outputs as objects (#265)
2170
* `git --format json` outputs as objects (#239)
@@ -272,7 +321,7 @@ Also, some improvements to the GitHub Action:
272321

273322
## ugit 0.1.8:
274323
* Adding Support for git checkout (#38)
275-
* Use-Git: Avoiding unwanted confirmation ( Fixing #39 )
324+
* Use-Git: Avoiding unwanted confirmation ( Fixing #39)
276325

277326
---
278327

0 commit comments

Comments
 (0)