mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
Update changelogs [skip ci]
This commit is contained in:
parent
70ecbe4dc3
commit
01d26f250f
4 changed files with 24 additions and 21 deletions
|
@ -1,6 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "sparo",
|
"name": "sparo",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "1.4.0",
|
||||||
|
"tag": "sparo_v1.4.0",
|
||||||
|
"date": "Tue, 02 Jul 2024 18:03:52 GMT",
|
||||||
|
"comments": {
|
||||||
|
"none": [
|
||||||
|
{
|
||||||
|
"comment": "Improve logic to check existence of a branch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"comment": "Enhance metric logic to accurately report success data"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"tag": "sparo_v1.3.0",
|
"tag": "sparo_v1.3.0",
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
# Change Log - sparo
|
# Change Log - sparo
|
||||||
|
|
||||||
This log was last generated on Fri, 31 May 2024 18:31:02 GMT and should not be manually modified.
|
This log was last generated on Tue, 02 Jul 2024 18:03:52 GMT and should not be manually modified.
|
||||||
|
|
||||||
|
## 1.4.0
|
||||||
|
Tue, 02 Jul 2024 18:03:52 GMT
|
||||||
|
|
||||||
|
### Updates
|
||||||
|
|
||||||
|
- Improve logic to check existence of a branch
|
||||||
|
- Enhance metric logic to accurately report success data
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
Fri, 31 May 2024 18:31:02 GMT
|
Fri, 31 May 2024 18:31:02 GMT
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "sparo",
|
|
||||||
"comment": "Improve logic to check existence of a branch",
|
|
||||||
"type": "none"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "sparo"
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "sparo",
|
|
||||||
"comment": "Enhance metric logic to accurately report success data",
|
|
||||||
"type": "none"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "sparo"
|
|
||||||
}
|
|
Loading…
Reference in a new issue