semver
semver copied to clipboard
Nx plugin to automate semantic versioning and CHANGELOG generation.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/jscutlery/semver). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/inquirer](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inquirer) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/inquirer)) | [`8.2.12` -> `9.0.9`](https://renovatebot.com/diffs/npm/@types%2finquirer/8.2.12/9.0.9) |  |  | --- ###...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [detect-indent](https://redirect.github.com/sindresorhus/detect-indent) | [`6.1.0` -> `7.0.2`](https://renovatebot.com/diffs/npm/detect-indent/6.1.0/7.0.2) |  |  | --- ### Release...
In my project I would like to have a setup, where if no changes created I do skip the commit message and version bump, but if there are some I...
I have an application in an NX monorepo. The folder structure looks something like this: - my-application - feature-a - feature-b - feature-c - feature-d - shell-application Where each `feature`...
Hey, So we are doing continuous deployment on demand in our repo. so when we ready to release, we will run a workflow to make a cut on our default...
Hi, I have the following config: ``` "version": { "executor": "@jscutlery/semver:version", "options": { "preset": "conventional", "tagPrefix": "@ws/${projectName}@", "skipRootChangelog": true, "skipProjectChangelog": true, "noVerify": true, "baseBranch": "origin/push_test", "push": true, "releaseAs": "patch", "skipCommitTypes":...
Hi guys, ``` fatal: tag 'project-name-0.2.0' already exists at ChildProcess.exithandler (child_process.js:383:12) at ChildProcess.emit (events.js:[40](https://github.com/*** check_suite_focus=true#step:5:41)0:28) at maybeClose (internal/child_process.js:1088:16) at Socket. (internal/child_process.js:446:11) at Socket.emit (events.js:400:28) at Pipe. (net.js:686:12) ``` this problem...
# Summary When first running `npx nx run :version` on some repositories where the command `git rev-list --max-parents=0 HEAD` returns more than 1 commit, the target fails with a "bad...
I am trying to get the current version of the library to use it in the outputPath path of package executor. Is there a way to get the version in...