Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Kir-Antipov/mc-publish from 3.2 to 3.3 #10

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps Kir-Antipov/mc-publish from 3.2 to 3.3.

Release notes

Sourced from Kir-Antipov/mc-publish's releases.

mc-publish 3.3

⚠️ Pre-Release Warning ⚠️

Hello there, folks. Quick note that this is a pre-release. I was caught off guard by GitHub shifting their deprecation of Node.js 12 ahead of the originally stated Summer 2023 - turns out their idea of 'summer' is May 18th.

Should any issues arise, ping me on Discord at Kir_Antipov#4513, or open an issue on GitHub. I'm committed to promptly resolving critical problems (I'm pretty sure that there should be none, but still) as fast as possible and updating the release itself, so there's no extra work on your end.

I'm sorry for not delivering v4.0 as planned. This version might be a bit rougher around the edges than I would have liked, but it still brings great new features and bug fixes.

Anyway, thank you for your patience and ongoing support!

Features:

  • Node.js 16 compatibility introduced (#39)
  • Full support added for game version ranges. Say goodbye to the version-resolver workaround. Use any range, like >=1.19 <1.19.3 or even [3D Shareware v1.34,19w45b), and the action will interpret it as intended (#25)
  • A new game-version-filter input is now available
  • The dependencies input now accommodates a more powerful, descriptive format
  • The warning message for unspecifying tokens has been made clearer (#40)
  • Version types of unfeatured Modrinth versions are now recognized (#41)
  • Consequently, modrinth-unfeature-mode has been updated with three new flags (automatically incorporated into the existing subset, intersection, and any presets):
    • version-type-subset
    • version-type-intersection
    • version-type-any
  • The action now offers useful outputs (#54)
  • CurseForge project ids can now be used as alternatives to slugs when specifying dependencies (#56)

Fixes:

  • Older Modrinth versions will no longer be unfeatured if the new version's publication fails (#37)
  • Actions will not fail when attempting to upload a plugin or resource pack to CurseForge (#42)
  • The issue of files-secondary being ignored has been resolved; files-secondary is now deprecated and should not be used anymore. This counts as a fix, right? (#47)

Obsolete Functionality:

This version initiates the migration away from legacy design decisions, aiming for complete deprecation by v4.0. To be clear, your existing configurations should still operate as expected, so there's no immediate rush to update your configurations, especially if they are complex. At most, the action may emit a few deprecation warnings.

files-primary and files-secondary

This change is rather straightforward. files now accepts an array of globs. (Honestly, I'm not sure why it wasn't like this from the start, as it seems much more logical). So, instead of:

files-primary: primary-file*.jar
files-secondary: secondary-files*.jar

You should now use:

files: |
  primary-file*.jar
  secondary-files*.jar
</tr></table> 

... (truncated)

Commits
  • 1e27b36 Build
  • cedc299 Added id validation to CurseForge and Modrinth uploaders
  • 1c5c51c id can be read from metadata again
  • 77b76fa Fixed default value resolution in ModrinthUploader
  • 3ee1a99 Removed unnecessary async
  • 4dfe016 Added strip script
  • e5bcb4d Added ability to remove custom fields from action metadata
  • 9f17eef GitHub does not allow custom entries in action.yml
  • a88dbf9 Build
  • 5cb5700 Fixed default GameVersionProvider resolution
  • 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)

Bumps [Kir-Antipov/mc-publish](https://github.com/Kir-Antipov/mc-publish) from 3.2 to 3.3.
- [Release notes](https://github.com/Kir-Antipov/mc-publish/releases)
- [Commits](Kir-Antipov/mc-publish@v3.2...v3.3)

---
updated-dependencies:
- dependency-name: Kir-Antipov/mc-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2023
@NebelNidas NebelNidas closed this May 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/Kir-Antipov/mc-publish-3.3 branch May 23, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant