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.

Use the upcoming version in 'ver' actions on our dev branch

See original GitHub issue

Motivation

Currently, we search-and-replace the ver actions before releasing. So while developing 3.4.0, our rules are still mentioning ver 3.3.0. This makes it harder to distinguish in logs whether a node is running the 3.3.0 release, or a 3.4.0 pre-release.

Proposed solution

Change our release procedure to increase the ver actions on the dev branch right after a release.

And create a PR to increase them right now to 3.4.0 for the v3.4/dev branch.

Alternatives

Don’t do it and keep the old versions.

Additional context

N/A

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
lifeformscommented, May 24, 2021

Closing this in favor of PR #2100.

Thanks to Airween’s version change utility added in #2085, version changes are now super easy and safe to make, which prevents bugs such as in #2009.

0reactions
airweencommented, May 19, 2021

We were able to sort out all open questions for this issue and @airween will now proceed with his script and a PR.

See PR #2085.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Version controlling using Git-flow tags. - Medium
Once release branch is created that means new project cycle is started, so every new feature will be considered for the next release,...
Read more >
How to use GitVersion to get sensible versioning
So let's create a dedicated branch to build the next version on and then re-run GitVersion. > git checkout -b develop > gitversion...
Read more >
Git Feature Branch Workflow | Atlassian Git Tutorial
A feature branch is a temporary branch used for development or testing purposes. Learn about the best way to manage them using this...
Read more >
Versioning and Git Workflow · GitHub
Release branches are created when the develop branch is at a stable point and release specific changes need to be made, such as...
Read more >
Automate merging release branches into your main branch ...
This makes merging your release branch into your main branch a great task to automate. We can create a workflow using GitHub Actions...
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