Skip to content
#

releases

Here are 110 public repositories matching this topic...

Aghassi
Aghassi commented Dec 20, 2019

Describe the bug

The release notes for the prerelease say "push to master" when make release notes. This is probably unnecessary or should reflect the branch name I'm pushing to (eg next/alpha/beta) depending on my configuration.

To Reproduce

Make a next branch and push directly to it

Expected behavior

Prerelease notes don't say "push to master" but rather the name of

bug
jaszczw
jaszczw commented Aug 26, 2019

In new version of the conventional-changelog there is a different approach to passing a preset option, preset option has to be now a {name: string} instead of string.

I have created PR #166 with updated library reference and appropriate change in code to accomodate that without introducing a breaking change.

mweibel
mweibel commented Mar 28, 2019

e.g. gitreleases.dev/gh/rokka-io/rokka-go/latest/rokka_linux_{version}.zip would be automatically resolved to gitreleases.dev/gh/rokka-io/rokka-go/latest/rokka_linux_3.0.0.zip because 3.0.0 is the latest release.

I'll need to think about how the placeholder should be named actually, because it probably makes sense to use url safe characters only.

MalloZup
MalloZup commented Jul 28, 2018

i was trying to use the change log assertion for a project. 🌞

The issue i encountered is that the changelog assertion without the 'version' or 'tag' just assert that the file exists. ( we might think about to improve it better).

Another issue that i found also is that the version assertion is hardcode to ruby version.rb https://github.com/cornelius/yes_ship_it/blob/master/ass

Improve this page

Add a description, image, and links to the releases 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 releases topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.