Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
C
cra-template-eos
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1
    • Merge Requests 1
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • EOS
  • cra-template-eos
  • Wiki
  • Home

Last edited by Cynthia Sanchez May 27, 2020
Page history

Home

This project uses Semantic-release

semantic-release

Github: https://github.com/semantic-release/semantic-release/

Semantic commit messages that will update the project version:

We follow ESlint version conventions. They base their release numbers on git commit tags (tags are the first word in the commit message followed by a colon, eg: Fix: bug in main menu). These tags are: Breaking:, Update:, New:, and Fix:, and they should always be followed by a commit message.

IMPORTANT: Capitalization is really important. Notice that it is not breaking: or BREAKING:, it MUST be Breaking:.

Here is an example of the release type that will be done based on a commit message:

Commit message Release type
Breaking: change sass for less css preprocessor Major Release - a version that will break something in the user application after updating the package
Update: improvements in uglify performance Minor Release - a version that changes things in the package without the need from the user to modify the code base
New: JSDocs added for documentation Minor Release - a version that adds new components that wont damage the existing ones
Fix: CI runs build correctly Patch Release - a version that wont break anything or add any new feature after updating, just fixes a bug

More information about semantic releases: https://semver.org/

Clone repository
  • Home