mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-23 07:38:15 -05:00
Update changelogs [skip ci]
This commit is contained in:
parent
6997d819ef
commit
7e7c48f18a
5 changed files with 28 additions and 31 deletions
|
@ -1,6 +1,24 @@
|
||||||
{
|
{
|
||||||
"name": "sparo",
|
"name": "sparo",
|
||||||
"entries": [
|
"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",
|
"version": "1.4.0",
|
||||||
"tag": "sparo_v1.4.0",
|
"tag": "sparo_v1.4.0",
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
# Change Log - sparo
|
# 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
|
## 1.4.0
|
||||||
Tue, 02 Jul 2024 18:03:52 GMT
|
Tue, 02 Jul 2024 18:03:52 GMT
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "sparo",
|
|
||||||
"comment": "Automatically set up recommended git configuration even when performing a full clone",
|
|
||||||
"type": "none"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "sparo"
|
|
||||||
}
|
|
|
@ -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"
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "sparo",
|
|
||||||
"comment": "Print error message and exit when git pull fails",
|
|
||||||
"type": "none"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "sparo"
|
|
||||||
}
|
|
Loading…
Reference in a new issue