Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Docs(changelog): fix changelog history #102

Merged
merged 2 commits into from
Aug 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Create Release

jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master

- name: Create Release for Tag
id: release_tag
uses: yyx990803/release-tag@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
body: |
Please refer to [CHANGELOG.md](https://github.com/PicGo/vs-picgo/blob/${{ github.ref }}/CHANGELOG.md) for details.

- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"eslint.packageManager": "yarn",
"typescript.tsdk": "node_modules\\typescript\\lib",
"editor.tabSize": 2,
"cSpell.words": ["Mixins", "picgo", "vspicgo"]
"cSpell.words": ["Mixins", "picgo", "vspicgo"],
"[markdown]": {
"editor.tabSize": 4
}
}
73 changes: 31 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

* **:arrow_up:** Upgrade(picgo-core): update picgo core to 1.4.24 (#97)



## :tada: 2.0.4 (2019-04-21)



## :tada: 2.1.2 (2021-07-25)


Expand All @@ -22,12 +16,6 @@

## :tada: 2.1.1 (2021-07-25)


### :sparkles: Features

* **package.json:** support sm.ms V2 ([2b40945](https://github.com/PicGo/vs-picgo/commit/2b40945)), closes [#57](https://github.com/PicGo/vs-picgo/issues/57)


### :bug: Bug Fixes

* add tencent cos path option ([606b9d4](https://github.com/PicGo/vs-picgo/commit/606b9d4))
Expand All @@ -45,80 +33,81 @@
* azure -> github actions ([5ae4ec2](https://github.com/PicGo/vs-picgo/commit/5ae4ec2))
* migrate to standardjs ([#83](https://github.com/PicGo/vs-picgo/issues/83)) ([75c8c97](https://github.com/PicGo/vs-picgo/commit/75c8c97))
* replace tslint with eslint ([ce3fe27](https://github.com/PicGo/vs-picgo/commit/ce3fe27))
* Setup continuous integration appveyor & azure ([#31](https://github.com/PicGo/vs-picgo/issues/31)) ([1b6de45](https://github.com/PicGo/vs-picgo/commit/1b6de45))


### :pencil: Documentation

* code format ([fc2a965](https://github.com/PicGo/vs-picgo/commit/fc2a965))
* currect azure project name ([#33](https://github.com/PicGo/vs-picgo/issues/33)) ([7082558](https://github.com/PicGo/vs-picgo/commit/7082558))
* fix custom upload name & custom output format docs ([f067c74](https://github.com/PicGo/vs-picgo/commit/f067c74))
* readme.md ([ee2f389](https://github.com/PicGo/vs-picgo/commit/ee2f389))
* update docs: README.md, CHANGELOG.md ([02a2e76](https://github.com/PicGo/vs-picgo/commit/02a2e76))
* update issue templates ([0056092](https://github.com/PicGo/vs-picgo/commit/0056092))
* update README.md ([55ffbbc](https://github.com/PicGo/vs-picgo/commit/55ffbbc))



## 2.1.0

* 2.1.0
* upgrade dependencies, support sm.ms V2

* 2.0.4
## 2.0.4

* fix bugs when upload images from clipboard in Windows 7 ([#34](https://github.com/PicGo/vs-picgo/issues/34))
* currect azure project name ([#33](https://github.com/PicGo/vs-picgo/issues/33)) ([7082558](https://github.com/PicGo/vs-picgo/commit/7082558))
* add bump version ([#32](https://github.com/PicGo/vs-picgo/issues/32)) ([4ec0218](https://github.com/PicGo/vs-picgo/commit/4ec0218))
* Setup continuous integration appveyor & azure ([#31](https://github.com/PicGo/vs-picgo/issues/31)) ([1b6de45](https://github.com/PicGo/vs-picgo/commit/1b6de45))

* 2.0.3
## 2.0.3

* Update README: optimize the images
* Delete `username` property in picgo.picBed.github

* 2.0.2
## 2.0.2

* Fix README format at vscode market.
* Change the description, add some keywords.

* 2.0.1
## 2.0.1

* Update README.md.

* 2.0.0
## 2.0.0

* Upgrade PicGo-Core to 1.3.4
* Add the data file which contains the info of images uploaded by `vs-picgo`, which can be used by [picgo-plugin-vscode-migrator](https://github.com/upupming/picgo-plugin-vscode-migrator)
* Updated: better settings description and let user configure in settings directly.
* Change `external configuration file property` in PicGo config object.
* Added: custom upload name & output format [#21](https://github.com/PicGo/vs-picgo/pull/21).

* 1.0.6
## 1.0.6

* Upgrade PicGo-Core to fix errors caused by comments in a json file.
* Update README.

* 1.0.5
## 1.0.5

* Fix spelling errors in README.md
* Update the regular expression of the image name.

* 1.0.4
## 1.0.4

* Add English docs.
* Change the image name filters.

* 1.0.3
## 1.0.3

* Update dependencies: PicGo-Core 1.10 -> PicGo-Core 1.16 etc.

* 1.0.2
## 1.0.2

* Update README.

* 1.0.1
## 1.0.1

* Fix a bug caused by settings.json with comments.

* 1.0.0
## 1.0.0

* Change repository's url and issue's url.
* Upgrade PicGo-Core dependency: from ^1.1.5 to ^1.1.9.
* Add notice in README.md.

* 0.0.3
## 0.0.3

* Display a progress bar when uploading the image(s).

* 0.0.2
## 0.0.2

* Support uploading images from Explorer/InputBox.

* 0.0.1
## 0.0.1

* Support uploading images from Clipboard.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
"dependencies": {
"lodash": "^4.17.19",
"lodash-id": "^0.14.0",
"picgo": "1.4.24"
"picgo": "1.4.25"
},
"license": "MIT"
}
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ command-line-usage@^6.1.0:
table-layout "^1.0.1"
typical "^5.2.0"

commander@^2.17.0, commander@^2.20.0, commander@^2.8.1:
commander@^2.20.0, commander@^2.8.1:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
Expand All @@ -1703,6 +1703,11 @@ commander@^6.1.0, commander@^6.2.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==

commander@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-8.1.0.tgz#db36e3e66edf24ff591d639862c6ab2c52664362"
integrity sha512-mf45ldcuHSYShkplHHGKWb4TrmwQadxOn7v4WuhDJy0ZVoY5JFajaRDKD0PNe5qXzBX0rhovjTnP6Kz9LETcuA==

comment-json@^2.3.1:
version "2.4.2"
resolved "https://registry.yarnpkg.com/comment-json/-/comment-json-2.4.2.tgz#2111c065864338ad8d98ae01eecde9e02cd2f549"
Expand Down Expand Up @@ -5712,13 +5717,13 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=

picgo@1.4.24:
version "1.4.24"
resolved "https://registry.yarnpkg.com/picgo/-/picgo-1.4.24.tgz#0d5a492e1f4d29823912535122fdc14928a6ddad"
integrity sha512-4QVTRIMLJes9c5vDuUl/c0TOEtUJycQhVdsXYtwx0fkKk/vhvfh0pRYUc33DEW88eGRi2CzAE2JJ93KHy5A8cg==
picgo@1.4.25:
version "1.4.25"
resolved "https://registry.yarnpkg.com/picgo/-/picgo-1.4.25.tgz#c2e73283fc7ad3fecddf1cd99b59ddc2056ee28e"
integrity sha512-t6sjOhIHiS/yQPKYNNoUbzuu9io04SnvaSnAs0ygV2fX9DHFRoYTLhqzz7stTJY9WTNpT9hbCszDEZ89+jxezQ==
dependencies:
chalk "^2.4.1"
commander "^2.17.0"
commander "^8.1.0"
comment-json "^2.3.1"
cross-spawn "^6.0.5"
dayjs "^1.7.4"
Expand Down