106 Commits

Author SHA1 Message Date
Matt Travi
9912d34b8d
docs(cli): stop recommending setup with the cli (#3098)
since we have not been keeping up with maintenance of the cli and it has known problems that are
likely to cause more pain than it is helpful
2023-12-09 12:38:45 -08:00
Francesco Vattiato
b178c18fde
docs: Add release.config.cjs example with TypeScript definitions on docs/usage/configuration.md (#2950)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
Co-authored-by: Matt Travi <programmer@travi.org>
2023-09-28 14:16:33 +00:00
Matt Travi
85a31fb612
docs(npx-version): mentioned using a renovate regex manager to update the version (#2786)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-05-09 08:02:45 -05:00
Matt Travi
e47ea08255
docs(ci-configurations): removed hash from the links 2023-02-28 22:27:15 -06:00
Matt Travi
5acdaabaaf
docs(ci-configuration): further fixed the format of links to recipes 2023-02-28 22:15:15 -06:00
Matt Travi
724dc823fa
docs(ci-configuration): fixed the format of links to recipes 2023-02-28 22:09:16 -06:00
Khaled Badenjki
140e36d60f
docs(workflow-configuration): improved sentence structure (#2679) 2023-01-20 13:49:17 -06:00
Matt Travi
c4cd63929a
Merge branch 'master' of github.com:semantic-release/semantic-release into beta 2022-12-02 16:43:22 -06:00
Gregor Martynus
d13ea9280e
style: prettier (#2624) 2022-11-23 16:02:51 -08:00
Kyle Tsang
60f3bb03d1
docs(plugins): fix typo 2022-11-15 09:39:36 -08:00
Matt Cook
866e8ca4f7
docs: fix typo (#2550) 2022-09-02 09:42:21 -05:00
David Goss
e5167489be
docs: document that .cjs extensions are supported for config files (#2547) 2022-09-01 20:45:16 -05:00
HonkingGoose
9589a96239
docs: fix typos (#2476) 2022-06-16 12:57:37 -07:00
HonkingGoose
3387fb756d
docs: fix typo (#2468) 2022-06-16 11:34:11 -07:00
Cesar S
587bb91c9a
docs(configuration.md): addChannel step is skipped when dryRun is enabled (#2465)
Add `addChannel` to the list of steps that are skipped by dryRun=true
2022-06-13 22:08:53 -07:00
Bolaji Ayodeji
2b94bb4e09
docs: update broken link to CI config recipes (#2378) 2022-02-23 11:34:41 -06:00
Jaime Gómez-Obregón
dd7d664aa1
docs: fix a broken link (#2318) 2022-01-07 17:28:12 +00:00
Federico D'Eredità
cd6136d67e
docs: wrong prerelease example (#2307)
The documentation says:

> If the `prerelease` property is set to `true` the `name` value will be used.

But then the example referring to this behaviour has the the `prerelease` value set to `'beta'` instead of `true`.
2021-12-21 09:24:12 -08:00
Rommy Gustiawan
e62c83d805
docs: remove repeated 'with' word (#2289) 2021-12-07 16:38:58 +00:00
Eric Crosson
5535268ad0
docs: fix typo (#2262) 2021-11-24 10:05:42 -06:00
Matt Travi
8fda7fd423
docs(recipes): moved recipes to sub-directories to align with gitbook expectations (#2246) 2021-11-14 10:35:20 -08:00
Matt Travi
0d0e0a1d8f
docs(node-version): consolidated and clarified the details about the required node version (#2170) 2021-10-24 02:27:16 -05:00
Matt Travi
66cc2b4c7f
feat(node-version): raised the minimum required version to v14.17 (#2132)
BREAKING CHANGE: the minimum required version of node is now v14.17
2021-09-17 13:05:32 -07:00
Matt Travi
ea52e1775a
fix(engines): fixed defined node version to account for the higher requirement from the npm plugin (#2088) 2021-08-25 12:01:16 -07:00
Hugh Rawlinson
04b6046e1f
docs(branches): minor typo fixes (#2033) 2021-07-17 14:53:43 -07:00
Fernando Rojo
1463eb42cb
docs(plugins): clarify order of execution (#1989) 2021-06-25 14:06:57 -05:00
Josh Sullivan
6427210b83
docs(workflow-configurator): fix single typo (#1892) 2021-05-26 10:57:54 -07:00
mcnesium
a9be97b56b
fix: update link to GitLab CI introduction (#1794) 2021-02-12 13:45:36 -08:00
cherryblossom000
e211499735
docs(plugins): document addChannel step (#1721)
Document the `addChannel` step defined in
e35e5bb73f/lib/definitions/plugins.js (L83-L84),
which is used in @semantic-release/npm.
2020-12-29 12:33:12 -08:00
Graeme Cassels
18e35b28ad
docs: reorder default plugins list (#1650)
Reorder the list default plugins from alphabetical to order of execution.
2020-10-04 11:52:17 -07:00
kopal
b72cdb331b
docs(configuration.md): Updated documentation for dry-run feature of semantic Release (#1607) 2020-07-29 15:25:32 -07:00
Shun Kakinoki
b5c9dea215 docs: update github documentation to docs.github.com 2020-07-09 22:44:15 -05:00
Sven Liebig
a4658016d9
feat(bitbucket-basic-auth): support for bitbucket server basic auth (#1578) 2020-06-22 11:26:24 -07:00
Daniel Tschinder
5f3a8bb14e
docs: Recommend using npx instead of installing globally (#1563) 2020-05-24 10:20:58 -07:00
Lucas Shadler
0ef52e7a5f
docs: adjust minor typos (#1554) 2020-05-19 14:15:26 -07:00
Gaurav Nelson
da5d06cf78
docs: fix formatting for GitBook 2020-02-27 02:52:32 -05:00
Raphaël Huchet
ec516a34bf
docs(configuration): fix CLI usage with --branches option (#1465) 2020-02-17 10:05:33 -08:00
Pierre Vanduynslager
28b54800cd docs: correct plugin execution order 2020-01-15 11:34:26 -05:00
Pierre Vanduynslager
916c2685c5 feat: allow to release any version on a branch if up to date with next branch 2019-12-04 18:00:16 -05:00
Pierre Vanduynslager
63f51ae6dd fix: allow multiple branches with same channel 2019-11-20 16:17:24 -05:00
Pierre Vanduynslager
3daf78081f
Merge branch 'master' into beta 2019-10-29 11:57:31 -04:00
Alisson R. Perez
f645547f2f docs(recipes): GitHub actions (#1317)
Co-Authored-By: Natan Sągol <m@merlinnot.com>
2019-10-23 10:47:24 -07:00
Pierre Vanduynslager
4b66303d2f docs: typo is link to workflow config 2019-10-10 11:57:58 -04:00
Pierre Vanduynslager
2769a5057d docs: add links to workflow configuration 2019-09-26 14:48:54 -07:00
Pierre Vanduynslager
53c85701df docs: fix links in configuration doc 2019-09-26 14:48:54 -07:00
Pierre Vanduynslager
f5737c821b
Merge branch 'master' into beta 2019-09-13 17:08:48 -04:00
Pierre Vanduynslager
6f33c76fde docs: various clarifications and language improvvements 2019-08-22 14:47:21 -04:00
Pierre Vanduynslager
4b13280713 docs: correct list of default plugins 2019-08-22 14:47:21 -04:00
Pierre Vanduynslager
e00b6c84df revert: docs: repared broken links to "CI configuration recipes"
This reverts commit 3f229786233e87a4e5e8d1d812a23cc7edc98bb2.
2019-08-22 14:47:21 -04:00
Pierre Vanduynslager
5e41dc89bd revert: docs: made doc file org clearer and augmented content
This reverts commit 5a5eaec3da5e3be4a505f6c5e7fa9eb81d202cea.
2019-08-22 14:47:21 -04:00