GhostWriters / DockSTARTer.com

https://dockstarter.com/
6 stars 15 forks source link

Bump peaceiris/actions-gh-pages from v3.5.7 to v3.6.1 #107

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps peaceiris/actions-gh-pages from v3.5.7 to v3.6.1.

Release notes

Sourced from peaceiris/actions-gh-pages's releases.

actions-github-pages v3.6.1

Minor Change

Folded logs and split some groups.

Before After
log_before log_after

See CHANGELOG.md for more details.

actions-github-pages v3.6.0

New Feature

To set a full custom commit message without a triggered commit hash, use the full_commit_message option instead of the commit_message option.

Issue #274 by @dtolnay, Pull Request #275

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    publish_dir: ./public
    full_commit_message: ${{ github.event.head_commit.message }}

See CHANGELOG.md for more details.

actions-github-pages v3.5.10

New Features

  • Supports ubuntu-16.04

Document Enhancement

  • Python example workflow
    • Bumps actions/setup-python from v1 to v2
    • Bumps python from 3.6 to 3.8
  • Docusaurus example workflow
    • Changes workflow level defaults.run.working-directory to job level

See CHANGELOG.md for more details.

actions-github-pages v3.5.9

See CHANGELOG.md for more details.

actions-github-pages v3.5.8

See CHANGELOG.md for more details.

Changelog

Sourced from peaceiris/actions-gh-pages's changelog.

3.6.1 (2020-05-04)

docs

  • Add example image for commit_message (f559ed8)

feat

test

3.6.0 (2020-05-04)

chore

ci

deps

feat

3.5.10 (2020-04-30)

deps

Commits
  • 8457ade chore(release): 3.6.1
  • bdb1564 chore(release): Add build assets
  • f559ed8 docs: Add example image for commit_message
  • db3e60d feat: Fold logs using core.startGroup() (#277)
  • 5041814 test: Add test case for getCommitMessage() (#276)
  • b0da6c0 chore(release): Remove build assets [skip ci]
  • c56c981 chore(release): 3.6.0
  • 1c794ce chore(release): Add build assets
  • 0b7411e feat: Add full_commit_message (#275)
  • 750c807 chore: Enhance style
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)