Coder Social home page Coder Social logo

changecurator's Introduction

ChangeCurator

Responsible for managing all changelog relevant stuff

Nuget

What is this?

This tool is heavily inspired by GitLab's workflow on how to manage a changelog file on a project with multiple contributors. I often encountered merge conflicts on the main changelog file just because it was changed at the same place by 2 different contributors. This problem was, at least for me, very annoying and led to unnecessary delays.

This tool allows you to create one file per changelog entry and merge them into the main changelog file during the release process, so that conflicts are a thing of the past.

Usage

Download the tool by executing

dotnet tool install --global ChangeCurator.CLI

Once installed, initialize the repository in which you want to use this tool

cc init -p <project-name> -d <directory-path> -u <issue-tracker-url>

After the initialization process you need to commit and push following directories/files

  • .cc/
  • changelogs/
  • CHANGELOG.md

After that, everything is set up in order to use this tool collaboratively within your team.

Every team member can add a new changelog entry on their feature branch by executing

cc add -d <description> -i <issue-id>

This command generates a separate changelog entry file which needs to be commited.

Once all changes have been merged and you want to generate the final changelog execute

cc merge

This command merges all changelog entry file into the main changelog file. Update the version and release date and you are ready to go.

changecurator's People

Contributors

zanseb avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

klemense

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.