action-detect-and-tag-new-version
action-detect-and-tag-new-version copied to clipboard
A GitHub action to detect and tag new versions of a repo based on changes to its contents
The action can't create a tag because of a fatal error of "fatal: unable to access 'repo_url': The requested URL returned error: 403". Probably because it's a private repo?
I am using the action in conjunction with poetry like so: ```yaml - name: Detect and tag new version id: check-version if: steps.check-parent-commit.outputs.sha uses: salsify/action-detect-and-tag-new-version@624bb847c54529c8c4175cb36b534b101daae484 with: version-command: | bash -o...
Fix #6 by using GITHUB_HEAD_REF if available
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
## Issues _none_ ## Changes 1. Stabilized Node.js to latest 16 LTS release for development and CI, via `.nvmrc` and `.github/workflows/test.yml`. 2. Added local NPM registry config to honor existing...
We frequently use this repo and then pair it with a not-tiny follow up bash script to do the following logic: 1. If this is a new version (different than...
Hi, we've came across this action recently and it does exactly what we need. Thank you for sharing. That being said there is one scenario in which the action wouldn't...
Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...