Skip to content
#

semver

Here are 440 public repositories matching this topic...

jakobrosenberg
jakobrosenberg commented Mar 23, 2020

New feature motivation

I've added semantic-release to some of my projects. Unfortunately, due to trial and error some of my pushes didn't get published. I can push a fix and thus publish a new release, but then the previous would-have-been release and its changelog seems to be lost. How would I recover or include the changelog of a failed release?

I had a look at the FAQ, but it only contai

phxnsharp
phxnsharp commented Apr 24, 2020

Having a sample starting point may save other people a lot of time. There are probably many other ways to accomplish the goal, but this is a generic way that is easily reusable for any Visual Studio language.

Here is what I did:

  1. From the Package Manage Console, run
Install-Package GitVersion.CommandLine
  1. Put the following text into a powershell script such as 'gitversionwc
trankchung
trankchung commented Feb 8, 2020

Is there a list of all the possible labels/annotations that keel uses? I went through all the documentation but didn’t any any place that list them all. Could you please have a section in the Guide that list all the labels/annotations?

Also, why are labels and annotations used interchangeably? It doesn’t matter if either is used? Examples in the Guide sometimes using labels and sometimes using

tomschr
tomschr commented Oct 7, 2019

Situation

At the moment, this project uses and supports Python 2.7. As we all know, Python 2.7 is going out of maintenance soon ("retire") and it's not clear what the project is going to do.

After disussing #160, we found out that the project doesn't have a clear statement or information regarding the retirement of Python 2.7 (neither in issues, README, nor documentation). Maybe I have mi

michnaadam33
michnaadam33 commented Oct 2, 2019

I had to use versioning-bundle on ApliPlatform so I had to create simple normalizer for that.

use ApiPlatform\Core\Documentation\Documentation;
use ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer;
use Shivas\VersioningBundle\Service\VersionManager;
use Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface;
use Symfony\Component\Serializer\Normalizer\NormalizerAwa

Improve this page

Add a description, image, and links to the semver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the semver topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.