Skip to content

Releases: increments/qiita-cli

v1.6.1

10 Oct 02:36
cfb8513
Compare
Choose a tag to compare

What's Changed

  • Fix custom commit message by @ohakutsu in #189
    • GitHub で記事を管理する際に、自動でコミットができない問題を修正しました
  • Release v1.6.1 by @ohakutsu in #190

Dependency updates

Full Changelog: v1.6.0...v1.6.1

v1.6.0

08 Oct 08:51
4c26e5d
Compare
Choose a tag to compare

What's Changed

  • Add sentences for requesting star and posting articles by @kaitokimuraofficial in #174
  • Update README.md qiita search link by @getty104 in #180
  • Update readme before use by @DeguchiHiroki in #181
  • Fix husky setting by @ohakutsu in #175
  • Update workflow to enable to customize commit message by @C-Naoki in #187
    • GitHub で記事を管理する際に、自動でコミットされるコミットのメッセージを設定できるようになりました。
    • initコマンドで生成されたGitHub Actionsのワークフローファイルを以下のように変更することで、任意のコミットメッセージを設定できます。
      - uses: increments/qiita-cli/actions/publish@v1
        with:
          qiita-token: ${{ secrets.QIITA_TOKEN }}
          root: "."
+         commit-message: "任意のコミットメッセージを設定"

Dependency updates

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

16 Aug 05:36
9cb2300
Compare
Choose a tag to compare

What's Changed

  • Drop support for Node.js <18.18.0 by @kimkim0814 in #172
    • Qiita CLIを利用するには、Node.js v18.18.0以上が必要になりました
  • Release v1.5.0 by @ohakutsu in #176

Full Changelog: v1.4.4...v1.5.0

v1.4.4

15 Aug 08:44
7994c13
Compare
Choose a tag to compare

依存パッケージの更新のみで変更はありません。

Dependency updates

Misc

Full Changelog: v1.4.3...v1.4.4

v1.4.3

17 Jul 02:08
5eaff58
Compare
Choose a tag to compare

What's Changed

  • Fix issue that appearance of preview differs between Qiita and Qiita CLI by @ohakutsu in #162
    • QiitaとQiita CLIでのプレビューの見た目が異なる場合がある問題を修正しました
  • Release v1.4.3 by @ohakutsu in #166

Dependency updates

Full Changelog: v1.4.2...v1.4.3

v1.4.2

14 Jun 07:54
d806b9f
Compare
Choose a tag to compare

What's Changed

  • Fix error message for forbidden error by @wataru86 in #149
    • publish コマンドのエラーメッセージを修正しました。
  • Release v1.4.2 by @wataru86 in #153

Dependency updates

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

19 Apr 05:15
d0a272a
Compare
Choose a tag to compare

依存パッケージの更新のみで変更はありません。

Dependency updates

Misc

v1.4.0

29 Jan 06:26
b2b4ebd
Compare
Choose a tag to compare

What's Changed

  • Update from node18.0.0 to 18.12.0 by @acronhub in #97
    • Node.jsの最低バージョンを18.12.0以上に変更しました
  • Release v1.4.0 by @acronhub in #102

Dependency updates

Full Changelog: v1.3.1...v1.4.0

v1.3.1

25 Dec 06:23
df27ebc
Compare
Choose a tag to compare

What's Changed

  • Fix command line argument typo by @ohakutsu in #74
    • README内のコマンド引数のタイプミスを修正しました
  • Add readme with faq by @acronhub in #87
    • READMEによくある質問についてを追加しました
  • Release v1.3.1 by @acronhub in #89

Dependency updates

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Sep 07:34
9cc5892
Compare
Choose a tag to compare

What's Changed

  • Fix publish command by @kimkim0814 in #66
    • publishコマンドを実行したときに、意図しない記事ファイルが生成されてしまうことがあるバグを修正しました
  • Add a parameter whose name is ignorePublish to article markdown by @ikepu-tp in #65
    • 記事ファイルにignorePublishを指定することでpublish --allコマンドで投稿しないように設定できるようになりました
    • 詳細はREADMEをご確認ください
  • Bump actions/checkout from 3 to 4 by @dependabot in #60
  • Release v1.3.0 by @ohakutsu in #67

New Contributors

Full Changelog: v1.2.0...v1.3.0