@storm-software/git-tools 2.1.5 → 2.1.6
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 2.1.6 (2024-02-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Updates to git release workflow processing ([3c3dc58f](https://github.com/storm-software/storm-ops/commit/3c3dc58f))
|
|
7
|
+
|
|
8
|
+
- **git-tools:** Add skip ci to the commit message ([74366350](https://github.com/storm-software/storm-ops/commit/74366350))
|
|
9
|
+
|
|
10
|
+
- **git-tools:** Temporary removal of commit message skip ([cc021ec8](https://github.com/storm-software/storm-ops/commit/cc021ec8))
|
|
11
|
+
|
|
12
|
+
- **git-tools:** Update release processing to skip second commit ([fa8fe8f3](https://github.com/storm-software/storm-ops/commit/fa8fe8f3))
|
|
13
|
+
|
|
14
|
+
- **git-tools:** Update versioning to no longer apply git tag ([288c81ca](https://github.com/storm-software/storm-ops/commit/288c81ca))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Patrick Sullivan
|
|
20
|
+
|
|
1
21
|
## 2.1.5 (2024-02-24)
|
|
2
22
|
|
|
3
23
|
|