Skip to content

v1.6.0

Compare
Choose a tag to compare
@P-SiZK P-SiZK released this 08 Oct 08:51
· 14 commits to main since this release
4c26e5d

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