5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 02:36:55 +00:00
Commit graph

365 commits

Author SHA1 Message Date
Geoffrey.C
a297eb166c
Merge pull request #135 from dkhunt27/cycjimmy
feat: Add new outputs for git head and tags
2022-11-04 22:01:54 +08:00
Dan Hunt
385af4fa1c feat: added gitHead and gitTag outputs 2022-11-03 10:35:24 -04:00
Dan Hunt
17e74ffa57
Merge pull request #2 from cycjimmy/main
Merge cycjimmy main
2022-10-28 10:19:07 -04:00
cycjimmy
bdd914ff24 docs(README): update broken links 2022-10-19 15:56:34 +08:00
semantic-release-bot
be27b56c2b chore(release): 3.1.2 [skip ci]
## [3.1.2](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.1...v3.1.2) (2022-10-19)

### Bug Fixes

* **actions:** update @actions/core to cope with new output ([3e7aded](3e7adedd11))
2022-10-19 02:32:11 +00:00
Geoffrey.C
37e7c0244c
Merge pull request #129 from OlivierCuyp/main
fix(actions): update @actions/core to cope with new output
2022-10-19 10:31:35 +08:00
Olivier Cuypers
3e7adedd11 fix(actions): update @actions/core to cope with new output
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands
2022-10-18 22:51:42 +02:00
Geoffrey.C
8139709974
Merge pull request #126 from cycjimmy/dependabot/npm_and_yarn/actions/core-1.10.0
build(deps): bump @actions/core from 1.9.1 to 1.10.0
2022-09-30 21:36:51 +08:00
Geoffrey.C
269aa6bf89
Merge pull request #124 from nickmccurdy/rename-to-main
chore: rename default branch to main
2022-09-30 21:32:11 +08:00
dependabot[bot]
157e118154
build(deps): bump @actions/core from 1.9.1 to 1.10.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 00:01:20 +00:00
Nick McCurdy
4b8114c504 chore: rename default branch to main 2022-09-25 12:41:53 -04:00
semantic-release-bot
e1fe1fc00a chore(release): 3.1.1 [skip ci]
## [3.1.1](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.0...v3.1.1) (2022-08-30)

### Bug Fixes

* set last_release_version output even if no release has been published ([b1467cd](b1467cd17e))
2022-08-30 06:09:14 +00:00
Geoffrey.C
363224fb2d
Merge pull request #121 from BirdDev/fix_set_last_release_version
Fix set last_release_version output even if no release has been published
2022-08-30 14:08:50 +08:00
Geoffrey.C
3cbcb2b508
Merge pull request #123 from cycjimmy/dependabot/npm_and_yarn/semantic-release-19.0.5
build(deps): bump semantic-release from 19.0.4 to 19.0.5
2022-08-24 23:36:10 +08:00
dependabot[bot]
34c4524710
build(deps): bump semantic-release from 19.0.4 to 19.0.5
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.4 to 19.0.5.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v19.0.4...v19.0.5)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24 00:01:09 +00:00
Geoffrey.C
5ba42e3254
Merge pull request #122 from cycjimmy/dependabot/npm_and_yarn/semantic-release-19.0.4
build(deps): bump semantic-release from 19.0.3 to 19.0.4
2022-08-23 10:07:40 +08:00
dependabot[bot]
3f9f39bfef
build(deps): bump semantic-release from 19.0.3 to 19.0.4
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.3 to 19.0.4.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v19.0.3...v19.0.4)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 00:01:17 +00:00
BirdDev
b1467cd17e fix: set last_release_version output even if no release has been published 2022-08-22 22:35:41 +02:00
Geoffrey.C
3ad3c5e0d4
Merge pull request #118 from cycjimmy/dependabot/npm_and_yarn/actions/core-1.9.1
build(deps): bump @actions/core from 1.9.0 to 1.9.1
2022-08-09 11:04:44 +08:00
dependabot[bot]
8a55647386
build(deps): bump @actions/core from 1.9.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 00:00:47 +00:00
semantic-release-bot
071ef4c964 chore(release): 3.1.0 [skip ci]
# [3.1.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.0.0...v3.1.0) (2022-08-05)

### Features

* handle versioned extends inputs correctly ([4a51b9f](4a51b9fada))
2022-08-05 02:13:36 +00:00
Geoffrey.C
f3d7b213ab
Merge pull request #117 from mKeRix/feat/extends-versions
feat: handle versioned extends inputs correctly
2022-08-05 10:13:07 +08:00
Geoffrey.C
e1ef9753d8 docs: improve the description of extends 2022-08-05 10:11:35 +08:00
heiko.rothe
4a51b9fada
feat: handle versioned extends inputs correctly
In some cases, you may want to provide a version for the config you want
to extend. This change will now pass the correct format for such a case
down to semantic-release.
2022-08-01 12:30:51 +02:00
Geoffrey.C
ccac67441a
Merge pull request #116 from cycjimmy/dependabot/npm_and_yarn/actions/core-1.9.0
build(deps): bump @actions/core from 1.8.2 to 1.9.0
2022-06-16 10:30:06 +08:00
dependabot[bot]
59d08dfe8f
build(deps): bump @actions/core from 1.8.2 to 1.9.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 00:00:50 +00:00
Geoffrey.C
62406dcb53
Merge pull request #114 from cycjimmy/dependabot/npm_and_yarn/semantic-release-19.0.3
build(deps): bump semantic-release from 19.0.2 to 19.0.3
2022-06-10 10:09:53 +08:00
dependabot[bot]
968bb6fb5f
build(deps): bump semantic-release from 19.0.2 to 19.0.3
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.2 to 19.0.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v19.0.2...v19.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-10 00:01:13 +00:00
Geoffrey.C
311d6d3fc0
Merge pull request #112 from cycjimmy/dependabot/npm_and_yarn/semver-regex-3.1.4
build(deps): bump semver-regex from 3.1.3 to 3.1.4
2022-06-04 09:35:48 +08:00
dependabot[bot]
e6640d919b
build(deps): bump semver-regex from 3.1.3 to 3.1.4
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-04 00:03:37 +00:00
Geoffrey.C
65166c4119
Merge pull request #111 from cycjimmy/dependabot/npm_and_yarn/npm-8.12.0
build(deps): bump npm from 8.5.2 to 8.12.0
2022-06-03 12:51:17 +08:00
dependabot[bot]
0e0af45016
build(deps): bump npm from 8.5.2 to 8.12.0
Bumps [npm](https://github.com/npm/cli) from 8.5.2 to 8.12.0.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v8.5.2...v8.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 15:58:15 +00:00
Geoffrey.C
719e6c4cc3
Merge pull request #110 from cycjimmy/dependabot/npm_and_yarn/actions/core-1.8.2
build(deps): bump @actions/core from 1.8.1 to 1.8.2
2022-05-16 20:42:40 +08:00
dependabot[bot]
baac7a4c49
build(deps): bump @actions/core from 1.8.1 to 1.8.2
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.1 to 1.8.2.
- [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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 00:01:34 +00:00
Geoffrey.C
6756610958
Merge pull request #109 from cycjimmy/dependabot/npm_and_yarn/actions/core-1.8.1
build(deps): bump @actions/core from 1.8.0 to 1.8.1
2022-05-13 11:30:06 +08:00
dependabot[bot]
1aaea7d617
build(deps): bump @actions/core from 1.8.0 to 1.8.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.0 to 1.8.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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-13 00:00:57 +00:00
Geoffrey.C
2d01f03e6c
Merge pull request #108 from cycjimmy/dependabot/npm_and_yarn/actions/core-1.8.0
build(deps): bump @actions/core from 1.7.0 to 1.8.0
2022-05-06 08:18:58 +08:00
dependabot[bot]
779fc8e7f3
build(deps): bump @actions/core from 1.7.0 to 1.8.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.7.0 to 1.8.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 00:00:52 +00:00
Geoffrey.C
1659bf6a65
Merge pull request #106 from cycjimmy/dependabot/npm_and_yarn/actions/core-1.7.0
build(deps): bump @actions/core from 1.6.0 to 1.7.0
2022-04-27 08:30:08 +08:00
dependabot[bot]
ebcbf9ed2e
build(deps): bump @actions/core from 1.6.0 to 1.7.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.7.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 00:00:57 +00:00
Geoffrey.C
605b3f60ec docs: perfect the description of outputs 2022-03-31 20:34:15 +08:00
Geoffrey.C
e7471c7711 style: reformat table 2022-03-31 20:30:12 +08:00
Geoffrey.C
5c923056b2 docs: perfect the description of new_release_published
#104
2022-03-31 20:26:39 +08:00
Geoffrey.C
0e9301d6c8
Merge pull request #103 from cycjimmy/dependabot/npm_and_yarn/minimist-1.2.6
build(deps): bump minimist from 1.2.5 to 1.2.6
2022-03-28 23:34:54 +08:00
dependabot[bot]
6206db2cd0
build(deps): 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-03-28 15:32:16 +00:00
Geoffrey.C
798114bdd8
Merge pull request #102 from cycjimmy/dependabot/npm_and_yarn/cycjimmy/awesome-js-funcs-4.0.8
build(deps): bump @cycjimmy/awesome-js-funcs from 4.0.6 to 4.0.8
2022-03-28 23:31:49 +08:00
dependabot[bot]
c371cca3cb
build(deps): bump @cycjimmy/awesome-js-funcs from 4.0.6 to 4.0.8
Bumps [@cycjimmy/awesome-js-funcs](https://github.com/cycjimmy/awesome-js-funcs) from 4.0.6 to 4.0.8.
- [Release notes](https://github.com/cycjimmy/awesome-js-funcs/releases)
- [Changelog](https://github.com/cycjimmy/awesome-js-funcs/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/cycjimmy/awesome-js-funcs/compare/v4.0.6...v4.0.8)

---
updated-dependencies:
- dependency-name: "@cycjimmy/awesome-js-funcs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 00:00:53 +00:00
Geoffrey.C
2ba6a39f95
Merge pull request #101 from cycjimmy/dependabot/npm_and_yarn/cycjimmy/awesome-js-funcs-4.0.6
build(deps): bump @cycjimmy/awesome-js-funcs from 4.0.4 to 4.0.6
2022-03-25 19:25:45 +08:00
dependabot[bot]
e6909f55ae
build(deps): bump @cycjimmy/awesome-js-funcs from 4.0.4 to 4.0.6
Bumps [@cycjimmy/awesome-js-funcs](https://github.com/cycjimmy/awesome-js-funcs) from 4.0.4 to 4.0.6.
- [Release notes](https://github.com/cycjimmy/awesome-js-funcs/releases)
- [Changelog](https://github.com/cycjimmy/awesome-js-funcs/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/cycjimmy/awesome-js-funcs/compare/v4.0.4...v4.0.6)

---
updated-dependencies:
- dependency-name: "@cycjimmy/awesome-js-funcs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 00:00:54 +00:00
Geoffrey.C
1241834f31
Merge pull request #100 from cycjimmy/dependabot/npm_and_yarn/cycjimmy/awesome-js-funcs-4.0.4
build(deps): bump @cycjimmy/awesome-js-funcs from 3.1.0 to 4.0.4
2022-03-21 11:12:02 +08:00