Release strategy
See original GitHub issueRight now there is no clear strategy on how to do releases. I think we should be doing squash and merge
and update the commit message appropriately. This way it will eliminate differences between well and not so good formatted commits in PRs.
I think we should add the result of this discussion to the Maintenance
part of the readme.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Setting up Purchase Order Release Strategy - SAP Blogs
When the purchase order is saved or checked, system will trigger the Release Strategy for that document depending on the defined criteria. In ......
Read more >Release Strategy in SAP MM – Procedure for Purchase Order
Step 1) Lets define a release strategy such that will only request a manual release for purchasing documents with value greater than 100...
Read more >Release Management Strategies for DevOps - PMI
There are four general release scheduling strategies that potentially support DevOps. These strategies, from least effective to most effective, are:.
Read more >Release Strategy Practices Guide - The CDC
Proper development and implementation of a release strategy may alleviate some of these and other challenges related to scope management, ...
Read more >Release Strategy Configuration, Purchase Order Procedure in ...
SAP has introduced the concept of Release Strategy to control the process of purchasing. When a Purchase order is made it is not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it should be a rebase merge
I mean for example the PR https://github.com/okonet/lint-staged/pull/724. It’s from
beta
tomaster
, so would it be a “squash and merge”, or a regular merge, when it finally gets merged to master?