Coding-Bunker / unofficial-discord-client

Unofficial client for discord build in C++ with Qt.
MIT License
48 stars 9 forks source link

Bump EndBug/add-and-commit from 4 to 7.2.1 #36

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps EndBug/add-and-commit from 4 to 7.2.1.

Release notes

Sourced from EndBug/add-and-commit's releases.

v7.2.1

Fixed:

  • Fixed an issue with missing outputs (#189)

v7.2.0

Added:

  • default_author: this input allows you to control how the action fills missing author name or email (issue #167)
  • github_token input introduced to get token to use in API calls

Fixed:

  • Git args are now parsed with string-argv, the format has to comply with what the package can parse (issue #179)

v7.1.2

Fixed:

  • Git args parsing now correctly handles quotes, that can be used for multi-word arguments (issue #166)

v7.1.1

Fixed:

  • Git args parsing has been improved, and now handles spaces correctly (issue #154)

v7.1.0

You can see the full changelog here.

Added:

  • pull_strategy: you can use 'NO-PULL' to prevent the action from pulling from the remote at all.

v7.0.0

You can see the full changelog here.

Changed:

  • [BREAKING] The token input has been removed: author info will be filled using the GitHub Actor, instead of fetching info from the GitHub API.
    The commits will be authored using the GitHub no-reply email associated with the account: username@users.noreply.github.com
  • [BREAKING] Because of the change above, the author will now be the user that triggered the action run, and not the author of the last commit: while the two are often the same person, there are instances where they might differ (e.g. when a workflow run is triggered manually).

v6.2.0

You can see the full changelog here.

Added:

  • push input: allow for custom git push arguments to be used, more info in the README. (issue #100)

v6.1.0

You can see the full changelog here.

... (truncated)

Changelog

Sourced from EndBug/add-and-commit's changelog.

[7.2.1] - 2021-05-11

Fixed:

  • Fixed an issue with missing outputs (#189)

[7.2.0] - 2021-04-22

Added:

  • default_author: this input allows you to control how the action fills missing author name or email (issue #167)
  • github_token input introduced to get token to use in API calls

Fixed:

  • Git args are now parsed with string-argv, the format has to comply with what the package can parse (issue #179)

[7.1.2] - 2021-04-16

Fixed:

  • Git args parsing now correctly handles quotes, that can be used for multi-word arguments (issue #166)

[7.1.1] - 2021-04-04

Fixed:

  • Git args parsing has been improved, and now handles spaces correctly (issue #154)

[7.1.0] - 2021-03-03

Added:

  • pull_strategy: you can use 'NO-PULL' to prevent the action from pulling from the remote at all.

[7.0.0] - 2021-01-16

Changed:

  • [BREAKING] The token input has been removed: author info will be filled using the GitHub Actor, instead of fetching info from the GitHub API.
    The commits will be authored using the GitHub no-reply email associated with the account: username@users.noreply.github.com
  • [BREAKING] Because of the change above, the author will now be the user that triggered the action run, and not the author of the last commit: while the two are often the same person, there are instances where they might differ (e.g. when a workflow run is triggered manually).

[6.2.0] - 2020-12-23

Added:

  • push input: allow for custom git push arguments to be used, more info in the README. (issue #100)

[6.1.0] - 2020-12-22

... (truncated)

Commits
  • 2bdc0a6 release: v7.2.1
  • b1dfb47 docs: add vincentchu12 as a contributor (#197)
  • 6c2b50c [auto] build: update compiled version
  • 3cbcd60 fix: ditch actions-toolkit for outputs
  • ea8b2e7 [auto] build: update compiled version
  • 2ef6996 fix: double-set outputs to avoid issues
  • 88f3f3e chore(deps-dev): bump @​typescript-eslint/parser from 4.22.1 to 4.23.0 (#196)
  • cb134e4 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#195)
  • 4987a27 [auto] build: update compiled version
  • 5aac6eb chore(deps-dev): upgrade @​vercel/ncc to 0.28.x
  • Additional commits viewable in compare view


Dependabot compatibility score

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)