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
2539ea136a
commit
57ae58f55d
6 changed files with 37 additions and 41 deletions
|
@ -1,6 +1,29 @@
|
|||
{
|
||||
"name": "sparo",
|
||||
"entries": [
|
||||
{
|
||||
"version": "1.0.8",
|
||||
"tag": "sparo_v1.0.8",
|
||||
"date": "Mon, 15 Apr 2024 23:34:54 GMT",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "Sparo fetch all remote branches when \"sparo fetch--all\""
|
||||
},
|
||||
{
|
||||
"comment": "Track the branch which specifies to sparo checkout"
|
||||
},
|
||||
{
|
||||
"comment": "Add \"sparo pull\" command"
|
||||
}
|
||||
],
|
||||
"none": [
|
||||
{
|
||||
"comment": "Fix typo in recommended configs"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "1.0.7",
|
||||
"tag": "sparo_v1.0.7",
|
||||
|
|
|
@ -1,6 +1,19 @@
|
|||
# Change Log - sparo
|
||||
|
||||
This log was last generated on Fri, 29 Mar 2024 21:28:25 GMT and should not be manually modified.
|
||||
This log was last generated on Mon, 15 Apr 2024 23:34:54 GMT and should not be manually modified.
|
||||
|
||||
## 1.0.8
|
||||
Mon, 15 Apr 2024 23:34:54 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- Sparo fetch all remote branches when "sparo fetch--all"
|
||||
- Track the branch which specifies to sparo checkout
|
||||
- Add "sparo pull" command
|
||||
|
||||
### Updates
|
||||
|
||||
- Fix typo in recommended configs
|
||||
|
||||
## 1.0.7
|
||||
Fri, 29 Mar 2024 21:28:25 GMT
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Sparo fetch all remote branches when \"sparo fetch--all\"",
|
||||
"type": "minor"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Track the branch which specifies to sparo checkout",
|
||||
"type": "minor"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Add \"sparo pull\" command",
|
||||
"type": "minor"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Fix typo in recommended configs",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
Loading…
Reference in a new issue