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

Merging into 'develop' branch instead of 'dev' #51

Open
1 task done
jhlmco opened this issue Jun 14, 2023 · 0 comments
Open
1 task done

Merging into 'develop' branch instead of 'dev' #51

jhlmco opened this issue Jun 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jhlmco
Copy link

jhlmco commented Jun 14, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Creating a new branch develop and ignoring configuration. I do not

Configuration:

  - - "@saithodev/semantic-release-backmerge"
    - backmergeBranches:
      - dev
      - from: dev
        to: next

Note have also tried the following with the same results:

  - - "@saithodev/semantic-release-backmerge"
    - backmergeBranches:
      - from: main
        to: dev
      - from: dev
        to: next

Logs:

[8:22:42 PM] [semantic-release] › ℹ  Start step "success" of plugin "@saithodev/semantic-release-backmerge"
[8:22:42 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Fetching all remotes.
[8:22:42 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Fetching latest commits from repository at "[https://[secure]@gitlab.com/hoppr/hoppr.git](https://%5Bsecure%5D@gitlab.com/hoppr/hoppr.git)".
[8:22:43 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Performing back-merge into develop branch "develop".
[8:22:43 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Branch is detached. Checking out release branch "dev".
[8:22:43 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Checking out develop branch "develop".
[8:22:43 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Performing backmerge with "rebase" strategy.
[8:22:43 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Loading plugins
[8:22:43 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Executing "done" step of plugins
[8:22:43 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Found 0 staged files for back-merge commit
[8:22:43 PM] [semantic-release] [@saithodev/semantic-release-backmerge] › ℹ  Pushing backmerge to develop branch develop
[8:22:44 PM] [semantic-release] › ✔  Completed step "success" of plugin "@saithodev/semantic-release-backmerge"
[8:22:44 PM] [semantic-release] › ✔  Published release 1.8.5-dev.13 on dev channel

Expected Behavior

Back merge from: main -> dev and dev -> next

Steps To Reproduce

Link to config:

https://gitlab.com/hoppr/hoppr/-/blob/dev/.releaserc.yml#L71

Environment

- **semantic-release/semantic-release** version: "21.0.5"
- **@saithodev/semantic-release-backmerge** version: "3.2.0"

Anything else?

No response

@jhlmco jhlmco added the bug Something isn't working label Jun 14, 2023
@jhlmco jhlmco changed the title <title> Merging into 'develop' branch instead of 'dev' Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant