craft icon indicating copy to clipboard operation
craft copied to clipboard

The universal Sentry release CLI 🚀

Results 53 craft issues
Sort by recently updated
recently updated
newest added

Since the UPM target is not really Unity-specific (and is going to be used for Unreal package publishing as well), we could find a more fitting name? The script basically...

Allows for us to release https://github.com/getsentry/sentry-elixir to the [Hex package manager](https://hex.pm/) through craft

When we add a new package to release-registry, it's intuition for folks to add the version we're about to release. The one that actually has that package. Craft can't handle...

Maven publishing plugin lacks functionality and does not publish Gradle's and Kotlin's metadata. Gradle's publishing plugin has everything working out of the box, so we could use that instead, to...

Craft is able to replace `# Unreleased` with `# 1.1.1`. This request is to add the date like: `# 1.1.1 - 2022-01-01` of some sort See also: https://github.com/getsentry/team-ospo/issues/5

Currently, when we release a preview version (beta, alpha, or RC), it publishes it with `next` tag on the NPM registry: https://github.com/getsentry/craft/blob/master/src/targets/npm.ts#L181-L189 However, when after a few iterations we perform...

### Steps to Reproduce 1. Start a new repo. 1. Commit a simple `.craft.yml` file. 1. Run `craft prepare 0.0.0`. ### Expected Result Successful completion. ### Actual Result ``` $...

bug

It would be great to have a parameter `layerDescription` that is analogue to the existing `layerName` parameter and which sets the description of the Lambda layer **Why this is helpful:**...

enhancement

In #392, we implemented a workaround to skip already published crates. This comes with the downside of hiding errors when running a release that already exists. A better solution, as...

1. Our Brew releasing workflow doesn't understand to not publish itself when a newer major is present, and it overrides it, which makes patches for older versions override the latest...

bug