@storm-software/git-tools 1.28.2 → 1.28.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +43 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
## 1.28.3 (2024-01-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🚀 Features
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Update release process to use built-in Nx functionality ([f592bd33](https://github.com/storm-software/storm-ops/commit/f592bd33))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
|
|
11
|
+
- **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
|
|
12
|
+
|
|
13
|
+
- **git-tools:** Add git format specification ([c5297382](https://github.com/storm-software/storm-ops/commit/c5297382))
|
|
14
|
+
|
|
15
|
+
- **git-tools:** Changing format of the generated git tag ([55a19275](https://github.com/storm-software/storm-ops/commit/55a19275))
|
|
16
|
+
|
|
17
|
+
- **git-tools:** Apply tag format through command line args ([b7d9294a](https://github.com/storm-software/storm-ops/commit/b7d9294a))
|
|
18
|
+
|
|
19
|
+
- **git-tools:** Added missing git tags ([190d43f0](https://github.com/storm-software/storm-ops/commit/190d43f0))
|
|
20
|
+
|
|
21
|
+
- **git-tools:** Update the order of commits ([b017bf1d](https://github.com/storm-software/storm-ops/commit/b017bf1d))
|
|
22
|
+
|
|
23
|
+
- **git-tools:** Modified release to not commit on version processing ([4768a1ae](https://github.com/storm-software/storm-ops/commit/4768a1ae))
|
|
24
|
+
|
|
25
|
+
- **workspace-tools:** Added logging to the release process ([2f905859](https://github.com/storm-software/storm-ops/commit/2f905859))
|
|
26
|
+
|
|
27
|
+
- **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
|
|
28
|
+
|
|
29
|
+
- **git-tools:** Update release logging level ([ea0f7e35](https://github.com/storm-software/storm-ops/commit/ea0f7e35))
|
|
30
|
+
|
|
31
|
+
- **git-tools:** Update the remote name to point to origin ([ae84b6d5](https://github.com/storm-software/storm-ops/commit/ae84b6d5))
|
|
32
|
+
|
|
33
|
+
- **git-tools:** Update tag to be false in release config ([e41d1327](https://github.com/storm-software/storm-ops/commit/e41d1327))
|
|
34
|
+
|
|
35
|
+
- **git-tools:** Resolved issue with modules imports ([4aa7abed](https://github.com/storm-software/storm-ops/commit/4aa7abed))
|
|
36
|
+
|
|
37
|
+
- **git-tools:** Update release to use Nx config relationship settings ([9f0a7519](https://github.com/storm-software/storm-ops/commit/9f0a7519))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### ❤️ Thank You
|
|
41
|
+
|
|
42
|
+
- Patrick Sullivan
|
|
43
|
+
|
|
1
44
|
## 1.28.2 (2024-01-21)
|
|
2
45
|
|
|
3
46
|
|