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
804fab0f7f
commit
94805ac7f7
4 changed files with 24 additions and 21 deletions
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "sparo",
|
||||
"entries": [
|
||||
{
|
||||
"version": "1.2.0",
|
||||
"tag": "sparo_v1.2.0",
|
||||
"date": "Fri, 24 May 2024 23:10:09 GMT",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "Improve \"sparo checkout\" help text for \"--profile\", \"--add-profile\" and \"--no-profile\" paramters"
|
||||
},
|
||||
{
|
||||
"comment": "\"sparo fetch\" and \"sparo pull\" automatically clean up merged branches from the git configuration before actually invoking git fetch or pull"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"tag": "sparo_v1.1.0",
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
# Change Log - sparo
|
||||
|
||||
This log was last generated on Fri, 10 May 2024 20:44:01 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 24 May 2024 23:10:09 GMT and should not be manually modified.
|
||||
|
||||
## 1.2.0
|
||||
Fri, 24 May 2024 23:10:09 GMT
|
||||
|
||||
### Updates
|
||||
|
||||
- Improve "sparo checkout" help text for "--profile", "--add-profile" and "--no-profile" paramters
|
||||
- "sparo fetch" and "sparo pull" automatically clean up merged branches from the git configuration before actually invoking git fetch or pull
|
||||
|
||||
## 1.1.0
|
||||
Fri, 10 May 2024 20:44:01 GMT
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Improve \"sparo checkout\" help text for \"--profile\", \"--add-profile\" and \"--no-profile\" paramters",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "\"sparo fetch\" and \"sparo pull\" automatically clean up merged branches from the git configuration before actually invoking git fetch or pull",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
Loading…
Reference in a new issue