temichelle13 / StudyPlanner

Study Planner Project
MIT License
1 stars 0 forks source link

Update cloudposse/github-action-auto-release action to v2 #29

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-auto-release action major 1.12.0 -> 2.2.0

Release Notes

cloudposse/github-action-auto-release (cloudposse/github-action-auto-release) ### [`v2.2.0`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/2.2.0) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/2.1.0...2.2.0)
Added summary flag @​goruha (#​39) #### what * Added summary flag #### why * Allow to disable github action summary
### [`v2.1.0`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/2.1.0) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/2.0.0...2.1.0)
Added outputs @​goruha (#​38) #### What * Added outputs
### [`v2.0.0`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/2.0.0) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/1.18.1...2.0.0)
Make release latest only for default branch @​goruha (#​35) #### what * Set new releases as latest only if they reference the default branch #### why * To avoid cases with release from hotfix branches marked as latest
### [`v1.18.1`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/1.18.1) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/1.18.0...1.18.1) #### πŸš€ Enhancements
Fix checkout token usage @​goruha (#​34) #### what * Checkout use token #### why * Fix bug with private repos auto release
### [`v1.18.0`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/1.18.0) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/1.17.0...1.18.0)
Update release-drafter/release-drafter action to v6 @​renovate (#​32) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [release-drafter/release-drafter](https://togithub.com/release-drafter/release-drafter) | action | major | `v5` -> `v6` | *** ##### Release Notes
release-drafter/release-drafter (release-drafter/release-drafter) ##### [`v6`](https://togithub.com/release-drafter/release-drafter/compare/v5...v6) [Compare Source](https://togithub.com/release-drafter/release-drafter/compare/v5...v6)
***
Configure Renovate @​renovate (#​1) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. *** ##### Detected Package Files - `.github/workflows/auto-release.yml` (github-actions) - `.github/workflows/feature-branch.yml` (github-actions) - `.github/workflows/main-branch.yaml` (github-actions) - `.github/workflows/release.yml` (github-actions) - `action.yml` (github-actions) ##### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Show all Merge Confidence badges for pull requests. - Enable Renovate Dependency Dashboard creation. - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. πŸ”‘ Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs. *** ##### What to Expect With your current configuration, Renovate will create 1 Pull Request:
Update release-drafter/release-drafter action to v6 - Schedule: \["at any time"] - Branch name: `renovate/release-drafter-release-drafter-6.x` - Merge into: `main` - Upgrade [release-drafter/release-drafter](https://togithub.com/release-drafter/release-drafter) to `v6`
*** ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions). *** This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cloudposse/github-action-auto-release).
Check for duplicate release @​osterman (#​31) #### what * Release drafter can fail if release already exists. * Add support for `prerelease` label (optional) * Add release job summary #### why * Incorporate fix we have hardcoded in workflows elsewhere #### references * release-drafter/release-drafter#1313
### [`v1.17.0`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/1.17.0) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/1.16.0...1.17.0) - No changes ### [`v1.16.0`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/1.16.0) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/1.15.0...1.16.0) - No changes ### [`v1.15.0`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/1.15.0) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/1.14.0...1.15.0) - No changes ### [`v1.14.0`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/1.14.0) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/1.13.0...1.14.0) - No changes ### [`v1.13.0`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/1.13.0) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/1.12.1...1.13.0)
Use custom action to get PR info @​goruha (#​30) #### what * Use custom action to get PR info #### why * actions-ecosystem/action-get-merged-pull-request@v1 is not supported. * Avoid warning about old nodejs version #### references * https://cloudposse.atlassian.net/browse/DEV-956
### [`v1.12.1`](https://togithub.com/cloudposse/github-action-auto-release/releases/tag/1.12.1) [Compare Source](https://togithub.com/cloudposse/github-action-auto-release/compare/1.12.0...1.12.1)
pinning version of action call in auto-release-reusable to 1.12.0 @​dylanbannon (#​27) #### what * This is a stable release. * Pinning `auto-release` action to `v1.12.0` in `auto-release-reusable.yml`. #### why * This allows users to pin their actions by changing the tag in their copies of `auto-release.yml` (not `auto-release-reusable.yml`) to `1.12.1` (not `1.12.0`).

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud