release-it
release-it copied to clipboard
🚀 Automate versioning and package publishing
At first, I thought my issue was the same as https://github.com/release-it/release-it/issues/908, but I think I know what's going on. My repo has a name with a period, named after the...
Replace the `git.io` links with their actual URL. GitHub has announced that [all links on `git.io` will stop redirecting after April 29, 2022](https://github.blog/changelog/2022-04-25-git-io-deprecation/). Although seem to change their mind, GitHub...

I'm trying to update an already published GitLab release with assets and found in the docs that it should work with: ``` release-it --no-increment --no-git --gitlab.release --gitlab.assets=*.html ``` I'm facing...
## TLDR; I love 💖 `release-it` and I want to use every where, also within monorepos 🤩 ## Actual question / proposal I saw https://github.com/release-it/release-it/issues/831 But I think it is...
We have users that are in a GitLab group that is used only for user-management and all users have maintainer role. This group is invited in another group(s) that have...
Hi! I've been using release-it for a couple weeks now, so far I've really enjoyed it. However, I recently realized that the flags described in issue #737 _weren't_ actually implemented...
I have included backticks in my commit message, for example here in the body of the commit: ``` refactor(options)!: remove deprecated "webpackConfig" (#394) BREAKING CHANGE: Configure through the `publishRelease` object...
I've been struggling to try and get release-it to run against a protected branch in our GitHub Actions CI pipeline for a while now. Here is the use case: -...
Hello, first of all, nice library, thanks. I'm trying to publish some assets with new releases using github actions, but it's not working. ``` WARNING octokit repos.uploadReleaseAssets: did not find...