Skip to content

Commit 7bc2d82

Browse files
authored
Merge pull request #46 from increments/release-v1.0.0
Release v1.0.0
2 parents 96b6ded + a9acd98 commit 7bc2d82

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Qiita CLI とは、手元の環境で記事の執筆・プレビュー・投稿ができるツールです。
44
Qiita CLI を使うことで、普段お使いのエディタなどを使って記事の執筆・投稿がしやすくなります。
55

6-
> Qiita CLI、Qiita Preview は現在ベータ版です。<br>破壊的なアップデートなどが頻繁にされる可能性がございますのでご了承ください。<br>不具合やご意見などございましたら[Qiita Discussions](https://github.com/increments/qiita-discussions/discussions)へご投稿ください。
6+
> 不具合やご意見などございましたら[Qiita Discussions](https://github.com/increments/qiita-discussions/discussions)へご投稿ください。
77
88
## ご利用の前に
99

@@ -16,9 +16,6 @@ Qiita CLI、Qiita Preview を利用されたら、[利用規約](https://qiita.c
1616

1717
Qiita の Markdown 記法については[Markdown 記法 チートシート](https://qiita.com/Qiita/items/c686397e4a0f4f11683d)をご覧ください。
1818

19-
Qiita CLI、Qiita Preview は現在ベータ版です。
20-
機能についても開発中のものがあります。
21-
2219
## Qiita CLI の導入方法について
2320

2421
### 1. 事前準備

actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
with:
1515
node-version: "18.16.0"
1616
- name: Install qiita-cli
17-
run: npm install -g @qiita/qiita-cli@v0.7.0
17+
run: npm install -g @qiita/qiita-cli@v1.0.0
1818
shell: bash
1919
- name: Publish articles
2020
run: qiita publish --all

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qiita/qiita-cli",
3-
"version": "0.7.0",
3+
"version": "1.0.0",
44
"description": "Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment.",
55
"keywords": [
66
"Qiita"

src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
with:
2929
fetch-depth: 0
30-
- uses: increments/qiita-cli/actions/publish@v0
30+
- uses: increments/qiita-cli/actions/publish@v1
3131
with:
3232
qiita-token: \${{ secrets.QIITA_TOKEN }}
3333
`;

0 commit comments

Comments
 (0)