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

chore(deps): bump korandoru/hawkeye from 3.4.0 to 3.6.0 #3446

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps korandoru/hawkeye from 3.4.0 to 3.6.0.

Release notes

Sourced from korandoru/hawkeye's releases.

v3.5.2

What's Changed

Full Changelog: korandoru/hawkeye@v3.4.0...v3.5.2

Changelog

Sourced from korandoru/hawkeye's changelog.

Release HawkEye

Git, GitHub, and Maven Central

This part is driven by Maven Release Plugin.

Prerequisite - set up your OSSRH account and add to this project.

First, prepare the release:

./mvnw release:prepare

Second, perform the release:

./mvnw release:perform

This step will publish the artifacts to Maven Central, and create Git tag vX.Y.Z locally.

Third, publish the Git tag that triggers Docker image releases:

git push --tags

Finally, check out the vX.Y.Z tag and overwrite the vX tag:

# take v3.2.0 and v3 as an example
git checkout v3.2.0
git tag -d v3
git tag -s -m "alias v3.2.0" v3
git push v3 -f

Gradle Plugin Portal

Prerequisite - set up your Gradle account by reading the publish plugin guide.

The HawkEye Gradle plugin is being released after the former Maven Central artifacts released.

Once vX.Y.Z is released to Maven Central, the Gradle plugin can be released by:

# take v3.5.2 as an example
git checkout v3.5.2
cd hawkeye-gradle-plugin
</tr></table> 

... (truncated)

Commits
  • 5640f52 ci(release): prepare release v3.6.0
  • 6b12868 feat: add yarn and cargo default excludes
  • cbb8135 feat: support TSX document type
  • ffc3f4f feat: add GRADLE DocumentType (#101)
  • b0397c0 ci: use public.ecr.aws for extra quota (#100)
  • 6d32ff5 docs: HawkEye Gradle Plugin
  • 0cc3845 docs: how to release the gradle plugin
  • 9f13155 ci(release): prepare for next development iteration
  • c80a149 ci(release): prepare release v3.5.2
  • 96970fb build: fixup publish gradle plugin
  • 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 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 [korandoru/hawkeye](https://github.com/korandoru/hawkeye) from 3.4.0 to 3.6.0.
- [Release notes](https://github.com/korandoru/hawkeye/releases)
- [Changelog](https://github.com/korandoru/hawkeye/blob/main/RELEASE.md)
- [Commits](korandoru/hawkeye@v3.4.0...v3.6.0)

---
updated-dependencies:
- dependency-name: korandoru/hawkeye
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 1, 2023
@Xuanwo Xuanwo merged commit 264523a into main Nov 1, 2023
18 checks passed
@Xuanwo Xuanwo deleted the dependabot/github_actions/korandoru/hawkeye-3.6.0 branch November 1, 2023 08:59
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 github_actions Pull requests that update GitHub Actions code releases-note/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant