Skip to content

fix(deps): combined renovate bot bumps#716

Merged
jaffrepaul merged 1 commit into
masterfrom
fix/group-renovate-dependency-updates
Jan 9, 2023
Merged

fix(deps): combined renovate bot bumps#716
jaffrepaul merged 1 commit into
masterfrom
fix/group-renovate-dependency-updates

Conversation

@jaffrepaul

@jaffrepaul jaffrepaul commented Jan 9, 2023

Copy link
Copy Markdown
Contributor

@jaffrepaul jaffrepaul merged commit 2a6db85 into master Jan 9, 2023
@MikeMcC399

MikeMcC399 commented Jan 9, 2023

Copy link
Copy Markdown
Collaborator

Hi @jaffrepaul

It's good you managed to bump some dependencies!

This PR (#716) did not result in any release when it was merged, even though it contained the following commit message, which is not what I expected. I thought there would be a release.

fix(deps): combined renovate bot bumps

See https://github.com/cypress-io/github-action/actions/runs/3876387669/jobs/6610173204

[5:57:11 PM] [semantic-release] › ℹ  Found git tag v5.0.4 associated with version 5.0.4 on branch master
[5:57:11 PM] [semantic-release] › ℹ  Found 8 commits since last release
[5:57:11 PM] [semantic-release] › ℹ  Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[5:57:11 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  Analyzing commit: Merge pull request #716 from cypress-io/fix/group-renovate-dependency-updates

fix(deps): combined renovate bot bumps
[5:57:11 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  The commit should not trigger a release
[5:57:11 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  Analyzing commit: combined GH dep & dev dep bump, dist rebuild
[5:57:11 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  The commit should not trigger a release

What is your expectation? Does something need to be done here?

@jaffrepaul

jaffrepaul commented Jan 9, 2023

Copy link
Copy Markdown
Contributor Author

@MikeMcC399 I was expecting the same, that's actually why I merged this. I'll get a look at the keys again in case it's related. Otherwise the semantic release criteria may have changed in the recent updates.

@MikeMcC399

Copy link
Copy Markdown
Collaborator

@jaffrepaul

I think it is probably the release configuration, not the keys. If I find anything I will let you know.

@jaffrepaul

Copy link
Copy Markdown
Contributor Author

@MikeMcC399 that's what I'm thinking as well. Any time you can put towards it would be a massive help, as always!

@MikeMcC399

Copy link
Copy Markdown
Collaborator

@jaffrepaul
I will see what I can do, although I'm not sure how far I can get, even using the dry_run parameter, without the secrets.

@MikeMcC399

Copy link
Copy Markdown
Collaborator

@jaffrepaul

My guess was wrong. It is not the configuration which causes the issue.

The explanation why there was no release triggered is that fix(deps): was in the wrong place. In https://github.com/cypress-io/github-action/actions/runs/3876387669/jobs/6610173204 there are two commits related to this PR (#716):

2a6db85 Merge pull request #716 from cypress-io/fix/group-renovate-dependency-updates
be440e1 combined GH dep & dev dep bump, dist rebuild

Neither of these commits has fix(deps): in the subject, so they were passed over by semantic-release.

The solution to this for future PRs / commits:

  1. When creating a change, put the semantic-release information into the commit. This is what I have been doing.
  2. When merging a PR make sure that there is a semantic-release trigger in:
    • one of the commits in the PR or
    • in the subject of the merge commit

Maybe some more specific guidance should be put into the DEVELOPMENT.md?


Troubleshooting tools:

git log --oneline shows <hash> <title-line> of commits. <title-line> is where semantic-release is searching.
git log --pretty=format:"%h %s" is an alternative which eliminates the branch information

kodiakhq Bot referenced this pull request in weareinreach/InReach Jan 11, 2023
)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cypress-io/github-action](https://togithub.com/cypress-io/github-action) | action | patch | `v5.0.4` -> `v5.0.5` |

---

### Release Notes

<details>
<summary>cypress-io/github-action</summary>

### [`v5.0.5`](https://togithub.com/cypress-io/github-action/releases/tag/v5.0.5)

[Compare Source](https://togithub.com/cypress-io/github-action/compare/v5.0.4...v5.0.5)

**Docs/Tooling Updates**

-   [https://github.com/cypress-io/github-action/pull/692](https://togithub.com/cypress-io/github-action/pull/692)
-   [https://github.com/cypress-io/github-action/pull/695](https://togithub.com/cypress-io/github-action/pull/695)

**Update Tests**

-   [https://github.com/cypress-io/github-action/pull/698](https://togithub.com/cypress-io/github-action/pull/698)
-   [https://github.com/cypress-io/github-action/pull/700](https://togithub.com/cypress-io/github-action/pull/700)

**Update Dependencies**

-   [https://github.com/cypress-io/github-action/pull/712](https://togithub.com/cypress-io/github-action/pull/712)
-   [https://github.com/cypress-io/github-action/pull/716](https://togithub.com/cypress-io/github-action/pull/716)

</details>

---

### 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: #154
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@emilyrohrbough emilyrohrbough deleted the fix/group-renovate-dependency-updates branch March 9, 2023 14:35
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.

2 participants