Commit Graph

174 Commits

Author SHA1 Message Date
dependabot[bot] 9d35d648e8
Bump ws from 7.5.5 to 7.5.10 (#216)
Bumps [ws](https://github.com/websockets/ws) from 7.5.5 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.5...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 09:28:43 +02:00
dependabot[bot] 17d01dc92c
Bump braces from 3.0.2 to 3.0.3 (#215)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 09:28:29 +02:00
mathieudutour f36074fe49
version 6.2 2024-03-11 10:22:39 +01:00
Essau Ramirez f40d7eefd8
match latest tag regex (#171)
* match latest tag regex

* Lint fixes
2024-03-11 09:58:22 +01:00
Yoshikawa Teru 1bf7977a3d
fix: add previous_version to action.yml (#183) 2024-03-11 09:53:34 +01:00
dependabot[bot] 5a16d14432
Bump tough-cookie from 4.0.0 to 4.1.3 (#184)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 09:52:34 +01:00
Filipe Veloso 71c3689659
Update README.md (#205)
update gh action checkout  version in example
2024-03-11 09:52:15 +01:00
naresh-gn a079ba461d
Update Node version to 20 (#202)
* Update Node version to 20

* Update Node version to 20

* Update Node version to 20

* Update .github/workflows/test.yml

Co-authored-by: cawfeecake <48775802+cawfeecake@users.noreply.github.com>

---------

Co-authored-by: Naresh Nagarajan <naresh-gn@gmail.com>
Co-authored-by: cawfeecake <48775802+cawfeecake@users.noreply.github.com>
2024-03-11 09:51:45 +01:00
Mathieu Dutour 86301c823d
Revert "Use `${{github.token}}` as default" (#167) 2023-02-06 13:16:45 +01:00
dependabot[bot] 5bd9038fd1
Bump minimatch from 3.0.4 to 3.1.2 (#162)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-22 17:27:02 +01:00
Chris Hilton ac8cb38838
getValidTags() should exclude tags that do not match the prefixRegex (#158) 2023-01-22 17:26:50 +01:00
dependabot[bot] 664437484d
Bump json5 from 2.1.3 to 2.2.3 (#161)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-22 17:25:57 +01:00
kzrnm 87d9c10c43
Use `${{github.token}}` as default (#154)
Co-authored-by: Mathieu Dutour <mathieu@dutour.me>
2023-01-22 17:25:46 +01:00
mathieudutour dbd80d2e9d
version 6.1 2022-10-26 11:00:15 +02:00
James Phillips a1afa112d3
Correctly parse `create_annotated_tag` (#137) 2022-10-26 10:57:31 +02:00
Mathieu Dutour 3f9dffdaa0
Merge pull request #147 from JohnTitor/nodejs16 2022-10-26 10:52:06 +02:00
Mathieu Dutour c4f56e7003
Merge pull request #146 from JohnTitor/actions-core 2022-10-26 10:51:42 +02:00
Yuki Okushi 923acce875
Update `@actions/core` to v1.10.0
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-10-14 11:46:39 +09:00
Yuki Okushi c5ababce46
Update to Node.js 16
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-10-14 11:44:46 +09:00
Mathieu Dutour e923a6115f
Merge pull request #142 from mathieudutour/dependabot/npm_and_yarn/actions/core-1.9.1 2022-08-19 08:49:47 +02:00
dependabot[bot] 8bee2b2289
Bump @actions/core from 1.6.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 19:17:35 +00:00
Mathieu Dutour 92dc56ebab
Merge pull request #124 from mathieudutour/dependabot/npm_and_yarn/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7
2022-04-12 13:58:28 +02:00
dependabot[bot] 15886d3d8c
Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 09:50:07 +00:00
Mathieu Dutour f1a52e6b0e
Merge pull request #123 from mathieudutour/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-04-12 11:49:30 +02:00
dependabot[bot] 672968b48d
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 19:34:53 +00:00
Mathieu Dutour ba54fd76a5
Create FUNDING.yml 2021-11-17 12:21:25 +01:00
Mathieu Dutour 4cf1d6f51d
fix assignment 2021-11-17 12:15:07 +01:00
Mathieu Dutour c0f9097516
Merge pull request #83 from jimrazmus/sanitize-github-ref
fix:issue #81 - sanitize semver in branch name
2021-11-17 12:11:35 +01:00
Mathieu Dutour e4770866d6
Merge pull request #89 from amplifysa/feature/commit_sha
Allow to pass a commit SHA instead using GITHUB_SHA.
2021-11-17 12:11:09 +01:00
Yann Savary aff4bff53d Updated README.md 2021-11-16 19:44:56 +01:00
Yann Savary 1b8ac6a7b8 Fixed code style and documentation 2021-11-16 19:41:49 +01:00
Yann Savary 438b61463e Merge branch 'master' into feature/commit_sha 2021-11-16 19:16:42 +01:00
Mathieu Dutour 917867a4e1
prepare version 6.0 2021-11-16 19:14:05 +01:00
Mathieu Dutour 6f05ce192f
update deps 2021-11-16 19:07:40 +01:00
Mathieu Dutour 74942d5347
Merge pull request #102 from JonErickson/master
Support for incrementing the prerelease number when no automatic bumps are encountered.
2021-11-16 18:44:48 +01:00
Jon Erickson f26971f09b Run prettier 2021-10-29 20:37:48 -07:00
Jon Erickson 8614426b27 Updated action to include default_prerelease_bump to separate out options. 2021-10-29 20:34:06 -07:00
Jon Erickson a5ae58c758 Added more tags to prerelease test 2021-10-29 16:48:10 -07:00
Yann Savary 2fca5fd609 Merge branch 'master' into feature/commit_sha
# Conflicts:
#	src/action.ts
2021-10-28 14:07:53 +02:00
Jon Erickson 204025ad5b Test setting default_bump to prerelease increments prerelease number when no bump encountered 2021-10-18 15:35:24 -07:00
Jon Erickson c52d722673 Make sure we are only changing the bump var if it is a known prerelease commit. 2021-10-18 15:10:53 -07:00
Jon Erickson c791a95a0b Support for incrementing the prerelease number when no automatic bumps are encountered. 2021-10-18 15:06:11 -07:00
Jim Razmus II 8e69e12fa1
fix: replace returns a string
Replace is not an in-place edit AFAIK. Consequently, we need to overwrite the identifier value to get the desired sanitization effect.
2021-09-15 12:01:24 -05:00
Jim Razmus II 3cc0072f45
fix: indentation 2021-09-14 12:38:01 -05:00
Mathieu Dutour 772bd6d2ca
Merge pull request #95 from slidoapp/miluoshi-update-outdated-example-code
Update outdated example in README.md
2021-09-13 18:54:10 +02:00
Mathieu Dutour 27a5f3aa9b
Merge pull request #96 from olink78/master
use GITHUB_SERVER_URL instead of hardcoded url
2021-09-13 18:53:41 +02:00
olilin f05041888b use GITHUB_SERVER_URL instead of hardcoded url 2021-09-13 13:31:15 +02:00
Jim Razmus II caef8f4d8b
fix: consistently sanitize identifier
Guards against branch names including a semver as well as branch names having characters not allowed by the semver specification.

Co-authored-by: folex <0xdxdy@gmail.com>
2021-09-03 11:15:28 -05:00
Miloš Lajtman c5cc34d0bd
Update outdated example in README.md
`actions/create-release` action in the example snippet has been archived and replaced by `ncipollo/release-action` as can be seen in [original action's readme](https://github.com/marketplace/actions/create-release#example) in the marketplace.
Also, since [the last release](https://github.com/ncipollo/release-action/releases/tag/v1.8.8) a `token` input is not required because a github token from `github` context is set as a default input value.
2021-09-01 12:41:33 +02:00
Mathieu Dutour f5c2b1475c
v5.6 2021-07-22 17:05:38 +02:00