Skip to content

solarwinds/net-changesets

NET Changesets

NuGet version (SolarWinds.Changesets)

A .NET CLI tool (with interactive support) to manage versioning and changelogs with a focus on multi-package repositories.

Key features include:

  • Generates CHANGELOG.md in unified form
  • Calculates new version of module based on:
    • changes in current module
    • changes in all dependent modules
  • Publishes packages into NuGet artifactory

This .NET implementation is port from original npm implementation @changesets/cli (GitHub repository).

CLI

Usage:

changeset [OPTIONS] [COMMAND]

Options:

  • -h, --help Prints help information
  • -v, --version Prints version information

Commands:

  • init Sets up the .changeset folder and generates a default config file. You should run this command once when you are setting up changesets
  • add Used by contributors to add information about their changes by creating changeset files
  • version Takes existing changeset files and updates versions and dependencies of packages, as well as writing changelogs
  • publish This publishes changes to specified nuget repository
  • status Provides information about the changesets that currently exist. If there are no changesets present, it exits with an error status code

Documentation

Roadmap

You can find the Roadmap here.

Contributing

You can find the Contribution Guidelines here.

Installation

Install tool by running dotnet tool install:

dotnet tool install solarwinds.changesets --global

Update tool by running dotnet tool update:

dotnet tool update solarwinds.changesets --global

Uninstall tool by running dotnet tool uninstall:

dotnet tool uninstall solarwinds.changesets --global

About

Changesets for .NET world!

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages