Skip to content

Commit 82e2c55

Browse files
committed
Merge branch 'master' of github.com:mxschll/logseq-ticktick-plugin
2 parents 0dede67 + fdb032c commit 82e2c55

File tree

5 files changed

+56
-14
lines changed

5 files changed

+56
-14
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: Releases
42

5-
env:
6-
PLUGIN_NAME: logseq-plugin-template-react
7-
8-
# Controls when the action will run.
93
on:
104
# push:
115
# branches:
126
# - "master"
13-
# Allows you to run this workflow manually from the Actions tab
147
workflow_dispatch:
158

16-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
179
jobs:
1810
release:
19-
# The type of runner that the job will run on
2011
runs-on: ubuntu-latest
2112

22-
# Steps represent a sequence of tasks that will be executed as part of the job
2313
steps:
24-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2514
- uses: actions/checkout@v3
2615
- uses: actions/setup-node@v3
2716
with:

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 1.0.0 (2023-04-11)
2+
3+
4+
### Features
5+
6+
* add task creation via /tt ([e4467fa](https://github.com/mxschll/logseq-ticktick-plugin/commit/e4467fa4efdde0da602ddde55a42209bed63c7f9))
7+
* clear access token when setting are cleared ([a7ccbda](https://github.com/mxschll/logseq-ticktick-plugin/commit/a7ccbda5650df20309994038249764fb816ab606))
8+
* implement basic ticktick task creation ([f7c0e52](https://github.com/mxschll/logseq-ticktick-plugin/commit/f7c0e52b6fee7c6d66afade9d942e5de850d6d44))
9+
* ticktick oauth workaround page ([2d72e6d](https://github.com/mxschll/logseq-ticktick-plugin/commit/2d72e6d91590a4a24ea2a5eeac7b3c1880ab760c))
10+
11+
# 1.0.0 (2023-04-11)
12+
13+
14+
### Features
15+
16+
* add task creation via /tt ([e4467fa](https://github.com/mxschll/logseq-ticktick-plugin/commit/e4467fa4efdde0da602ddde55a42209bed63c7f9))
17+
* clear access token when setting are cleared ([a7ccbda](https://github.com/mxschll/logseq-ticktick-plugin/commit/a7ccbda5650df20309994038249764fb816ab606))
18+
* implement basic ticktick task creation ([f7c0e52](https://github.com/mxschll/logseq-ticktick-plugin/commit/f7c0e52b6fee7c6d66afade9d942e5de850d6d44))
19+
* ticktick oauth workaround page ([2d72e6d](https://github.com/mxschll/logseq-ticktick-plugin/commit/2d72e6d91590a4a24ea2a5eeac7b3c1880ab760c))
20+
21+
# 1.0.0 (2023-04-10)
22+
23+
24+
### Features
25+
26+
* add task creation via /tt ([e4467fa](https://github.com/mxschll/logseq-ticktick-plugin/commit/e4467fa4efdde0da602ddde55a42209bed63c7f9))
27+
* clear access token when setting are cleared ([a7ccbda](https://github.com/mxschll/logseq-ticktick-plugin/commit/a7ccbda5650df20309994038249764fb816ab606))
28+
* implement basic ticktick task creation ([f7c0e52](https://github.com/mxschll/logseq-ticktick-plugin/commit/f7c0e52b6fee7c6d66afade9d942e5de850d6d44))
29+
* ticktick oauth workaround page ([2d72e6d](https://github.com/mxschll/logseq-ticktick-plugin/commit/2d72e6d91590a4a24ea2a5eeac7b3c1880ab760c))
30+
131
## [2.1.1](https://github.com/pengx17/logseq-plugin-template-react/compare/v2.1.0...v2.1.1) (2022-03-24)
232

333

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 mxschll
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-ticktick-plugin",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "TickTick plugin for Logseq.",
55
"main": "dist/index.html",
66
"scripts": {

release.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const pluginName = require('./package.json').name
2+
13
module.exports = {
24
branches: ["master"],
35
plugins: [
@@ -20,13 +22,13 @@ module.exports = {
2022
"@semantic-release/exec",
2123
{
2224
prepareCmd:
23-
"zip -qq -r logseq-plugin-template-react-${nextRelease.version}.zip dist readme.md logo.png LICENSE package.json",
25+
"zip -qq -r " + pluginName + "-${nextRelease.version}.zip dist readme.md logo.png LICENSE package.json",
2426
},
2527
],
2628
[
2729
"@semantic-release/github",
2830
{
29-
assets: "logseq-plugin-template-react-*.zip",
31+
assets: [`${pluginName}-*.zip`],
3032
},
3133
],
3234
],

0 commit comments

Comments
 (0)