260 Commits

Author SHA1 Message Date
Eric K
0476ae58a0
docs(extending): add link to semantic-release-major-tag (#2776) 2023-05-05 16:55:09 -05:00
Matt Travi
278d8e6bec
docs(gh-actions): captured details about publishing with provenance from an actions workflow 2023-04-21 16:01:08 -05:00
Matt Travi
d7e14f6d02
docs(artifactory): removed details about using artifactory with legacy auth
since we no longer support legacy auth in the npm plugin and artifcatory can use modern auth with more recent versions
2023-03-31 15:09:10 -05:00
Justin Martin
6bd6afd8f7
docs: add new to create WritableStreamBuffer instances (#2724) 2023-03-06 23:10:48 -06:00
Matt Travi
e47ea08255
docs(ci-configurations): removed hash from the links 2023-02-28 22:27:15 -06:00
Matt Travi
4e5b181ffb
docs(node-version): linked to proper recipe page for ci-configurations 2023-02-28 22:23:21 -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
Lars Trieloff
1775ed80b9
docs(extending): add link to semantic-release-coralogix (#2710) 2023-02-16 00:45:54 -06:00
Khaled Badenjki
140e36d60f
docs(workflow-configuration): improved sentence structure (#2679) 2023-01-20 13:49:17 -06:00
Anton Ovechkin
e9efbc7a52
docs(pre-releases): Correct @latest version in semantic-release (#2668)
There is a tiny typo in the version mentioned in `Working on another future release` section. It says that installing with `npm install example-module` will still receive version `1.0.0`, but in fact, there was a bug fix made on the default distribution channel one step before.
2023-01-18 03:08:40 +00:00
Shane O'Grady
c7b8e10bd1
docs: update node LTS version for npx command (#2669)
The [lts tag](https://www.npmjs.com/package/node?activeTab=versions) refers to Node.js 16.13.2. To use v18 of Node you need to use the tag `v18-lts`.
2023-01-13 09:24:31 -08:00
Ben Limmer
63073d64c0
docs: update GH Actions recipe actions to v3 (#2652) 2023-01-10 12:32:29 -08:00
Matt Travi
ba05e08303
docs(node-version): raised the minimum version to align with engines.node 2022-12-11 08:57:02 -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
Christoph Bühler
4012f75386
docs(plugins list): add semantic release cargo community plugin (#2590) 2022-10-10 09:35:15 -05:00
Filip Tammergård
466898b3b4
docs: fix typo (#2559) 2022-09-13 07:50:34 -07:00
Moe Shaaban
7b7728c33c
docs: fix troubleshooting git delete remote tag command (#2551) 2022-09-02 12:30:14 -05: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
Alexander Mendes
2f4bcef33a
docs: add semantic-release-react-native to plugin list (#2523) 2022-08-22 09:17:18 -05:00
Florian Kostenzer
bd294eb63e
docs(plugin-list): add semantic-release-space plugin (#2502) 2022-07-12 20:16:56 +00:00
iczellion
c69445ebea
docs: remove deprecated keyword in gitlab-ci.md (#2498) 2022-07-06 02:54:22 +00:00
HonkingGoose
9589a96239
docs: fix typos (#2476) 2022-06-16 12:57:37 -07:00
HonkingGoose
db620aa799
docs: fix typo (#2473) 2022-06-16 11:35:02 -07:00
HonkingGoose
dd77f1f603
docs: fix typo (#2472) 2022-06-16 11:34:41 -07:00
HonkingGoose
e66b4b59c0
docs: drop duplicate word (#2471) 2022-06-16 11:34:25 -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
hong-jen kao
b4bc1918cb
docs: Correct circleci workflow (#2365) 2022-02-17 20:12:26 +00: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
Takuya Fukuju
e6366211bb
docs(troubleshooting): typo (#2254) 2021-11-21 09:09:29 -08: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
Justin Dietz
52d76a2a97
docs(plugin-list): updates semantic-release-plus/docker with updated lifecycle hook. (#2243) 2021-11-12 16:07:34 -08:00
Matt Travi
bc146e49b1
docs(gitbook): updated the summary document so that missing pages are rendered by gitbook (#2234) 2021-11-07 20:50:14 -08:00
Ievgenii Shepeliuk
b2b07bfc00
docs(plugins): add @eshepelyuk/semantic-release-helm-oci to plugins list (#2211)
Signed-off-by: Ievgenii Shepeliuk <eshepelyuk@gmail.com>
2021-10-30 20:32:38 +00:00
Justin Poehnelt
2ef403eb98
docs: add semantic-release-npm-deprecate plugin (#2210) 2021-10-29 12:52:53 -07: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
Justin Dietz
8db804b7dc
docs: fix plugin example (export verifyConditions, not verify) (#2192)
plugin example was exporting `verify`, not `verifyConditions`
2021-10-18 11:50:50 -07:00
askoropad
a50dc996b5
docs(plugins): add telegram-bot plugin to the plugin list (#2190) 2021-10-14 19:31:45 +00:00
Nitzan Ohana
0495cb67b2
docs: add semantic-release-github-milestones plugin (#2181) 2021-10-11 20:26:03 +00:00
HonkingGoose
74671f809c
docs(github-actions): update workflow version, update node-version (#2175) 2021-10-05 09:20:34 -05:00
ttrobisch
f79e27f588
docs: add semantic-release-mattermost to the plugin list (#2163) 2021-10-01 16:47:58 +00:00
Justin Poehnelt
0ce4846b68
docs: add section on logger usage for plugins (#2139) 2021-09-21 15:52:17 -07:00