Skip to content

Commit

Permalink
Merge pull request #46 from increments/release-v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
acronhub authored Aug 9, 2023
2 parents 96b6ded + a9acd98 commit 7bc2d82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Qiita CLI とは、手元の環境で記事の執筆・プレビュー・投稿ができるツールです。
Qiita CLI を使うことで、普段お使いのエディタなどを使って記事の執筆・投稿がしやすくなります。

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

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

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

Qiita CLI、Qiita Preview は現在ベータ版です。
機能についても開発中のものがあります。

## Qiita CLI の導入方法について

### 1. 事前準備
Expand Down
2 changes: 1 addition & 1 deletion actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
with:
node-version: "18.16.0"
- name: Install qiita-cli
run: npm install -g @qiita/qiita-cli@v0.7.0
run: npm install -g @qiita/qiita-cli@v1.0.0
shell: bash
- name: Publish articles
run: qiita publish --all
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiita/qiita-cli",
"version": "0.7.0",
"version": "1.0.0",
"description": "Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment.",
"keywords": [
"Qiita"
Expand Down
2 changes: 1 addition & 1 deletion src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: increments/qiita-cli/actions/publish@v0
- uses: increments/qiita-cli/actions/publish@v1
with:
qiita-token: \${{ secrets.QIITA_TOKEN }}
`;
Expand Down

0 comments on commit 7bc2d82

Please sign in to comment.