question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clarify merging effects for new changelogs

See original GitHub issue

We just did the first merge of master to release while the changed changelog system is in place (localized changelogs).

As of today I am not sure how Crowdin reacts if I empty changelog_master and move the content tochangelog_release. IMHO this could/would trigger new translations as it might just be considered a new file while the contained strings are already translated. While discussing those changelos changes in recent past I came to the conclusion it would not be a problem, however now I might either have a block in my head or it does not work such easy.

Need to think about it…feel free to spend ideas or correct me

Right now I think we might need to go with one single changelog file which is not merged between branches by merge rule. The only drawback would be, that in our nightlies the changes coming from release are not included.

BTW: @moving-bits Did you document somewhere how version_release.txt works?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:54 (54 by maintainers)

github_iconTop GitHub Comments

1reaction
Lineflyercommented, Oct 2, 2021

Unfortunately no time yet. I will try to look into it this weekend.

1reaction
rsudevcommented, Aug 23, 2021

Please be aware that even a merge strategy=ours does not prevent changes being merged from release to master. In simple words this merge strategy means, that only in case of a required merge (both bases have changed!) nothing is done. Edit: Depending on sources on the internet the behavior is described different…we should test it

According to my reading the docs and my experience from usage (in a completely different environment), the merge strategy=ours indeed prevents anything to be merged in. The state of the source tree is identical to the parent the merge was done onto.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changes in merge requests - GitLab Docs
A merge request proposes a set of changes to files in a branch in your repository. These changes are shown as a diff...
Read more >
Supporting employees during mergers and acquisitions
Managing change in mergers can feel daunting because the results are relatively hard to measure. Yet mergers can create greater value and have ......
Read more >
Combine document revisions - Microsoft Support
Combine comments and revisions from two documents into one document, and repeat the process to combine ... Under Show changes in, click New...
Read more >
Merging Compensation Strategies - SHRM
Whether you merge compensation plans or create a new one, big changes are in store for employees. To ease their uncertainty and fear,...
Read more >
Rewriting history - Git commit --amend - Atlassian
The git commit --amend command is a convenient way to modify the most recent commit. It lets you combine staged changes with the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found