Mike McCready
e3d9ccfb4a
docs(README): update semantic_version description
...
Update the instructions for using the semantic_version parameter
Describe the current incompatibility with semantic-release v20
closes #148
2023-02-06 08:46:16 +01:00
Daniel Rahamim
ff52a9cdec
docs: update semantic changelog version to 6.0.0
2022-12-15 17:22:04 -08:00
Dan Hunt
385af4fa1c
feat: added gitHead and gitTag outputs
2022-11-03 10:35:24 -04:00
cycjimmy
bdd914ff24
docs(README): update broken links
2022-10-19 15:56:34 +08:00
Nick McCurdy
4b8114c504
chore: rename default branch to main
2022-09-25 12:41:53 -04:00
Geoffrey.C
e1ef9753d8
docs: improve the description of extends
2022-08-05 10:11:35 +08: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
9e18bbac09
docs(readme): specify cycjimmy/semantic-release-action version as v3
...
specify cycjimmy/semantic-release-action version as v3
2022-03-03 19:02:03 +08:00
Geoffrey.C
f6b0ca3d7a
docs: upgrade actions/checkout to v3
2022-03-03 16:45:48 +08:00
Thomas GRUSON
71260837fb
feat: add working dir
2021-12-09 17:29:22 +01:00
heiko.rothe
f8175c6491
feat: add output for last release version
...
E.g. helpful to use in CI pipelines where versions are not committed to
the repository.
2021-10-14 17:12:50 +02:00
Geoffrey.C
b25ce01eaf
docs(*): some chore
2020-11-12 16:10:41 +08:00
missinglink
237ddf0df6
docs: fix code comment in extends section of README
2020-10-15 15:05:36 +02:00
Ben Briggs
59fd8298dc
docs(*): add note on private packages to the readme
...
Closes #42
2020-09-23 08:53:36 +01:00
Evan Stoddard
1d1b6af9f4
docs: clarify git plugin credential usage on protected branches
2020-08-27 10:00:31 -05:00
cycjimmy
ae40dc6658
feat(outputs): add new_release_channel
2020-07-02 15:28:08 +08:00
cycjimmy
3c3254030d
docs(*): some chores
2020-05-06 16:57:44 +08:00
Filip Arenbo
32db8a49b2
feat: added ability to use the "extends" settings
...
This is done to be able to use shared configurations
docs: Added docs for the extends feature
fix: syntax error, due to rebase
2020-04-29 20:27:04 +02:00
Sakamoto, Kazunori
c361e3868d
docs: fix a missing link
2020-03-23 23:43:24 +09:00
cycjimmy
a6076575c3
docs(*): fix a grammatical error
2020-03-22 20:32:50 +08:00
cycjimmy
bb32c296d1
docs(*): adjust some expressions
2020-03-22 11:46:45 +08:00
cycjimmy
6c7958bb16
docs(*): fix duplicate description
2020-03-21 23:37:49 +08:00
cycjimmy
e91639a768
docs(*): optimize documents
2020-03-21 23:26:05 +08:00
cycjimmy
2b60750904
docs(*): improve documentation for branches
2020-03-21 17:28:54 +08:00
cycjimmy
706c0ef960
feat(branches): support branches of semantic-release v16+
...
support branches of semantic-release v16+
#24 #25
2020-03-21 16:47:29 +08:00
Maarten Van Hoof
a56320d643
feat: add release notes to output
2020-03-15 09:47:43 +01:00
cycjimmy
9786c4206e
docs(outputs): improve document for outputs
...
#22
2020-02-07 10:35:26 +08:00
Benny Powers
a455a913fd
Fix README example
...
closes #17
2020-01-28 11:17:29 +02:00
cycjimmy
db14ba3eee
fix: fix wrong version
2020-01-13 17:54:30 +08:00
cycjimmy
d54c346f44
docs: recommend to manually specify a version
...
recommend to manually specify a version #14
2020-01-11 11:10:22 +08:00
cycjimmy
600e4f0e2b
perf(*): use the latest version of semantic-release by default
2020-01-10 17:20:50 +08:00
cycjimmy
8dd7aa5418
docs(outputs): split Using Output Variables
2020-01-10 10:30:06 +08:00
Sudhir Mitharwal
8ac1950edb
docs(extra_plugins): must be in release config
...
Plugins passed in `extra_plugins` must be specified in the semantic release plugins array as well. https://semantic-release.gitbook.io/semantic-release/usage/configuration#plugins
2020-01-04 20:10:51 +05:30
Benny Powers
30b4ebe298
docs: add checkout to workflow in README
2019-12-23 13:56:03 +02:00
cycjimmy
5481586b4e
style(*): unify quotes
2019-11-01 16:13:46 +08:00
cycjimmy
55e8862f17
feat(inputs): add semantic_version to specify version range( #3 )
...
semantic_version: Specify specifying version range for semantic-release. If no version range is
specified, semantic-release@^15 will be used by default.
2019-11-01 00:06:27 +08:00
cycjimmy
56fc83231a
docs(extra_plugins): improve extra_plugins configuration document( #3 )
2019-10-31 22:57:14 +08:00
cycjimmy
e5c555a613
fix(inputs): adjust the default for the "branch" configuration
2019-10-28 15:10:20 +08:00
cycjimmy
602ea31215
docs(inputs): remove redundant defaults
2019-10-21 13:49:38 +08:00
cycjimmy
cd22d88ccf
docs(readme): use v2 in example
2019-10-21 13:38:48 +08:00
cycjimmy
4cea44f71a
style(outputs): uniform outputs to underline format
...
uniform outputs to underline format
BREAKING CHANGE: uniform outputs to underline format
Before:
outputs:
- new-release-published:
- new-release-version
- new-release-major-version
- new-release-minor-version
- new-release-patch-version
After:
outputs:
- new_release_published:
- new_release_version
- new_release_major_version
- new_release_minor_version
- new_release_patch_version
2019-10-21 13:30:51 +08:00
cycjimmy
12a1a39975
feat(outputs): Add outputs related to new release version
...
Add outputs related to new release version
- `new-release-version`: Version of the new release
- `new-release-major-version`: Major version of the new release
- `new-release-minor-version`: Minor version of the new release
- `new-release-patch-version`: Patch version of the new release
2019-10-21 09:46:25 +08:00
cycjimmy
150d0509de
docs(README): recommend to use major version( #1 )
2019-10-19 06:51:02 +08:00
cycjimmy
1a37a580d3
doc(README): Update version number and place badge
2019-10-18 16:39:29 +08:00
cycjimmy
89d549d2ff
test(testRelease): add Test Release workflow
2019-10-18 14:17:47 +08:00
cycjimmy
65686aabe7
feat(dry_run): add a new input - "dry_run"
2019-10-18 13:49:05 +08:00
cycjimmy
414c6b911b
docs(README.md): recommend to use a exact version
2019-10-18 10:30:32 +08:00
cycjimmy
147b86f4f3
docs(README.md): modify instructions for usage
2019-10-18 09:54:45 +08:00