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

chore: [#174190519] Change commands for release & build #2157

Merged
merged 51 commits into from
Aug 24, 2020

Conversation

fabriziofff
Copy link
Contributor

@fabriziofff fabriziofff commented Aug 14, 2020

⚠️ This pr depends on (#2155)

Short description:
This pr changes the commands used for the creation of a new release train or a new build.

List of changes proposed in this pull request:

  • yarn release has been removed.
  • yarn release:rc has been renamed in yarn release-rc. This command can be used now to produce a new build release within the same release train.
  • Added yarn start-fix-cycle to initiate a new relaese train with the patch number increased.
  • Added yarn start-release-cycle to initiate a new relaese train with the minor number increased.
  • Added yarn start-breaking-cycle to initiate a new relaese train with the major number increased.

Executing the commands from the version 1.4.0-rc.5 will produce:

Command Version after command
yarn start-fix-cycle 1.4.1-rc.0
yarn start-release-cycle 1.5.0-rc.0
yarn start-breaking-cycle 2.0.0-rc.0
yarn release-rc 1.4.0-rc.6

fabriziofff and others added 30 commits August 10, 2020 18:25
@pagopa-github-bot pagopa-github-bot changed the title [#174190519] Change commands for release & build chore: [#174190519] Change commands for release & build Aug 14, 2020
@pagopa-github-bot
Copy link
Collaborator

pagopa-github-bot commented Aug 14, 2020

Affected stories

  • ⚙️ #174190519: Modificare i comandi (ed il workflow) per la generazione di una nuova release

Generated by 🚫 dangerJS against caa78f0

@codecov-commenter
Copy link

codecov-commenter commented Aug 14, 2020

Codecov Report

Merging #2157 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #2157    +/-   ##
========================================
  Coverage   46.19%   46.19%            
========================================
  Files         466      466            
  Lines       14433    14433            
  Branches     2698     2918   +220     
========================================
  Hits         6668     6668            
  Misses       7723     7723            
  Partials       42       42            

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 128ed3d...caa78f0. Read the comment docs.

@CrisTofani CrisTofani merged commit b199388 into master Aug 24, 2020
@fabriziofff fabriziofff deleted the 174190519-change-commands-for-release branch January 21, 2022 11:46
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.

5 participants