You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-4Lines changed: 36 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ This is accomplished by counting the merges of branches matching the [naming sch
22
22
23
23
## Recent Changes
24
24
25
+
- 1.0.0: (non-breaking) Addition of support for mono-repos. IE: Discretely version specific directories.
26
+
- NOTE: Github, Jira, etc., were designed to host one product per repo/project. DO NOT create new mono-repo projects unless you're specifically tooling out to support them well.
25
27
- 0.3.1: Update the checkout action version to v4.
26
28
- 0.3.0: Bring back the unshallowing, which ensures the full git log is available.
27
29
- TODO: Adjust scripts to use `git log --remotes` to avoid unshallowing large repos.
@@ -265,5 +297,5 @@ For those interested, here's some pseudo code:
265
297
PRs are welcome.
266
298
267
299
- input(s): iteration-branches (map) - inform MINOR and PATCH incrementing branch name patterns.
268
-
- input(s): mono-mode (bool) - version subdirs discretely
269
-
-~~CAN'T DO~~: DONE: unshallow from last version tag to latest commit to... Seems a limitation of (git at first glance). See the [Checkout From Tag](https://github.com/marketplace/actions/checkout-from-tag) action.
300
+
-DONE: input(s): mono-mode (bool) - version subdirs discretely
301
+
-UNDONE-CAN'T DO: ~~CAN'T DO~~: ~~DONE:~~ unshallow from last version tag to latest commit to... Seems a limitation of (git at first glance). See the [Checkout From Tag](https://github.com/marketplace/actions/checkout-from-tag) action.
0 commit comments