Update changelogs [skip ci]

This commit is contained in:
tiktokbot 2024-07-15 18:00:28 +00:00
parent 6997d819ef
commit 7e7c48f18a
5 changed files with 28 additions and 31 deletions

View file

@ -1,6 +1,24 @@
{
"name": "sparo",
"entries": [
{
"version": "1.5.0",
"tag": "sparo_v1.5.0",
"date": "Mon, 15 Jul 2024 18:00:28 GMT",
"comments": {
"none": [
{
"comment": "Automatically set up recommended git configuration even when performing a full clone"
},
{
"comment": "\"sparo fetch\" behaves the same as \"git fetch\" when no remote or no branches specified"
},
{
"comment": "Print error message and exit when git pull fails"
}
]
}
},
{
"version": "1.4.0",
"tag": "sparo_v1.4.0",

View file

@ -1,6 +1,15 @@
# Change Log - sparo
This log was last generated on Tue, 02 Jul 2024 18:03:52 GMT and should not be manually modified.
This log was last generated on Mon, 15 Jul 2024 18:00:28 GMT and should not be manually modified.
## 1.5.0
Mon, 15 Jul 2024 18:00:28 GMT
### Updates
- Automatically set up recommended git configuration even when performing a full clone
- "sparo fetch" behaves the same as "git fetch" when no remote or no branches specified
- Print error message and exit when git pull fails
## 1.4.0
Tue, 02 Jul 2024 18:03:52 GMT

View file

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "Automatically set up recommended git configuration even when performing a full clone",
"type": "none"
}
],
"packageName": "sparo"
}

View file

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "\"sparo fetch\" behaves the same as \"git fetch\" when no remote or no branches specified",
"type": "none"
}
],
"packageName": "sparo"
}

View file

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "Print error message and exit when git pull fails",
"type": "none"
}
],
"packageName": "sparo"
}