Update changelogs [skip ci]

This commit is contained in:
tiktokbot 2024-05-24 23:10:09 +00:00
parent 804fab0f7f
commit 94805ac7f7
4 changed files with 24 additions and 21 deletions

View file

@ -1,6 +1,21 @@
{ {
"name": "sparo", "name": "sparo",
"entries": [ "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", "version": "1.1.0",
"tag": "sparo_v1.1.0", "tag": "sparo_v1.1.0",

View file

@ -1,6 +1,14 @@
# Change Log - sparo # 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 ## 1.1.0
Fri, 10 May 2024 20:44:01 GMT Fri, 10 May 2024 20:44:01 GMT

View file

@ -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"
}

View file

@ -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"
}