Skip to content
#

release-automation

Here are 209 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

goreleaser
ccremer
ccremer commented Apr 18, 2020

Is your feature request related to a problem? Please describe.
The default release text with Changelog and Docker images is nice. Also the option to custom release headers and footers. But it is too static. In my case I not only want to provide links on how to docker pull a certain image, but also provide instructions to install a Helm chart with a specific just-released image version. e.g.

Ashok-Varma
Ashok-Varma commented Mar 8, 2020

javadocRelease/javadocDebug tasks failing for android-gradle-plugin > 3.6.0

Execution failed for task ':library:javadocRelease'.

Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting):

it was not able to find any android related class

error: package android.view does not exist
import android.view.View;

after 100 errors task fails

similar to

release-drafter
jonpas
jonpas commented Apr 18, 2020

Exposing category name as a "Change Template" variable would be useful for generating change logs in this format:

- ADDED: X (#100)
- ADDED: Y (#101)
- FIXED: Z (#99)

Relevant documentation:

Variable Description
$CATEGORY The category title of the pull request, e.g. Features.

As far as I know you can't do that with Replacers, as you only have one cat

pyscaffold
FlorianWilhelm
FlorianWilhelm commented Aug 3, 2019

Since PyScaffold's putup command might be used from any virtual environment or even when no virtual environment is activated, it makes sense to mention pipx in PyScaffold's documentation. This tool allows you to install putup systemwide in a non-invasive way. We should also add this to our unit tests.

pun-ky
pun-ky commented Mar 7, 2019

Hi!

release {
    versionPropertyFile = "version.properties"
    afterEvaluate {
        buildTasks = listOf(":aem:assembly:full:build")
    }
}

afterEvaluate {
    throw GradleException("${project.version}")
}

ends with

* What went wrong:
A problem occurred configuring root project 'example'.
> unspecified

however if I put version to `gradle.pr

nathany
nathany commented Jan 15, 2020

It took a few attempts to find a solution to get a version # to tag the releases with. In my case I have a VERSION file containing the version number, such as 0.1.0. This solution should be applicable even if the desired version is stored elsewhere so long as it can be accessed from a bash shell.

The first step gets the version via a run command and sets the output. See the [documentation for

derekgreer
derekgreer commented May 11, 2018

I've just stumbled upon conventional-github-releaser, having used standard-version for awhile and searching for a way to customize how the CHANGELOG.md is generated. It appears that the templating system may be provided by the underlying conventional-changelog tool, but I can't seem to find any documentation at any level of these tools which actually walks you through how to create a custom templ

mstachniuk
mstachniuk commented Mar 17, 2019

When "org.shipkit.javadoc" plugin is applied, then release notes should contain a link (as a badge) to the published Javadoc.

By default, the link should point to the specified directory ("javadoc.repositoryDirectory") and branch "javadoc.repositoryBranch" (see ShipkitConfiguration.java for more configuration options).

There should be also a possibility to point to some class, e.g. for Mock

DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.

  • Updated Oct 22, 2018

Improve this page

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

Learn more

You can’t perform that action at this time.