@hybrid-compute/core 0.0.5 → 0.0.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/.release-it.json +9 -2
- package/CHANGELOG.md +2 -2
- package/package.json +1 -1
package/.release-it.json
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"git":
|
|
3
|
-
|
|
2
|
+
"git": {
|
|
3
|
+
"requireCleanWorkingDir": false,
|
|
4
|
+
"tagName": "@hybrid-compute/core@${version}",
|
|
5
|
+
"commitMessage": "chore: 🤖 ${name}@${version}"
|
|
6
|
+
},
|
|
7
|
+
"github": {
|
|
8
|
+
"release": true,
|
|
9
|
+
"tokenRef": "GH_TOKEN"
|
|
10
|
+
},
|
|
4
11
|
"npm": {
|
|
5
12
|
"publish": true,
|
|
6
13
|
"skipChecks": true
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 0.0.6 (2025-06-01)
|
|
4
4
|
|
|
5
5
|
### Tasks
|
|
6
6
|
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
|
|
30
30
|
* 🐛 Do not use repo.repository in template string ([65c4311](https://github.com/phun-ky/hybrid-compute/commit/65c4311b62312db753835d19aba96f4f0bd01889))
|
|
31
31
|
* 🐛 Remove git/github from release pipeline for packages ([587d1b3](https://github.com/phun-ky/hybrid-compute/commit/587d1b39c131493a789b2c574ab28f1d62e40220))
|
|
32
|
+
* 🐛 Remove release from root ([5b281b7](https://github.com/phun-ky/hybrid-compute/commit/5b281b70b99823c787cc793b23648ecdd9696708))
|
|
32
33
|
* 🐛 Use correct versions ([afc4cfe](https://github.com/phun-ky/hybrid-compute/commit/afc4cfe98cd1736cbc6f02f9e20b47738c87c0f2))
|
|
33
34
|
|
|
34
35
|
### Refactoring
|
|
35
36
|
|
|
36
37
|
* 💡 Add a guard to `runTask` for strategy ([e45691a](https://github.com/phun-ky/hybrid-compute/commit/e45691a492b2f1c39f63aa430d4575839302e317))
|
|
37
|
-
## [0.0.3](https://github.com/phun-ky/hybrid-compute/compare/0.0.2...0.0.3) (2025-05-28)
|
|
38
38
|
|
|
39
39
|
## [0.0.3](https://github.com/phun-ky/hybrid-compute/compare/0.0.1...0.0.3) (2025-06-01)
|
|
40
40
|
|