Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps houseabsolute/actions-rust-release from 0 to 1.

Release notes

Sourced from houseabsolute/actions-rust-release's releases.

v0.0.6

  • Added validation for all input parameters. This should provide better errors when a required parameter is missing or a parameter is invalid (like referring to a path which does not exist).
  • Added a new action-gh-release-parameters input parameter. This takes a JSON string which can contain most parameters accepted by the the softprops/action-gh-release@v2 action action.

v0.0.5

  • Trying to do an actual release with changes-file set to an empty string caused the softprops/action-gh-release action to fail with an error like EISDIR: illegal operation on a directory, read. Fixed by @​xen (yksen). GH PR #6. Fixes GH #7.

v0.0.4

  • The changes-file parameter can be set to an empty string. If you do this, then the action will not look for a changelog file to include in the release. Based on a bug report by @​magick93. GH #5.

v0.0.3

  • Added a new working-directory parameter. When this is set, all actions are performed from inside this directory. Implemented by @​Snoupix. GH #4.
  • Fixed a bug where even when extra-files was set, the action would fail if there was no Changes.md file present. This contradicted the docs, which said that when extra-files was set, the changes-file parameter would be ignored. Reported by @​jannes. GH #3.

v0.0.2

  • Fixed a bug where the executable in the generated tarball or zip file did not have executable permissions set.

v0.0.1 - First release

No release notes provided.

Changelog

Sourced from houseabsolute/actions-rust-release's changelog.

0.0.5 - 2025-02-09

  • Trying to do an actual release with changes-file set to an empty string caused the softprops/action-gh-release action to fail with an error like EISDIR: illegal operation on a directory, read. Fixed by @​xen (yksen). GH PR #6. Fixes GH #7.

0.0.4 - 2024-12-08

  • The changes-file parameter can be set to an empty string. If you do this, then the action will not look for a changelog file to include in the release. Based on a bug report by @​magick93. GH #5.

0.0.3 - 2024-11-18

  • Added a new working-directory parameter. When this is set, all actions are performed from inside this directory. Implemented by @​Snoupix. GH #4.
  • Fixed a bug where even when extra-files was set, the action would fail if there was no Changes.md file present. This contradicted the docs, which said that when extra-files was set, the changes-file parameter would be ignored. Reported by @​jannes. GH #3.

0.0.2 - 2024-10-27

  • Fixed a bug where the executable in the generated tarball or zip file did not have executable permissions set.

0.0.1 - 2024-09-14

  • First release upon an unsuspecting world.
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [houseabsolute/actions-rust-release](https://github.com/houseabsolute/actions-rust-release) from 0 to 1.
- [Release notes](https://github.com/houseabsolute/actions-rust-release/releases)
- [Changelog](https://github.com/houseabsolute/actions-rust-release/blob/v0/Changes.md)
- [Commits](houseabsolute/actions-rust-release@v0...v1)

---
updated-dependencies:
- dependency-name: houseabsolute/actions-rust-release
  dependency-version: '1'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant