63 Commits

Author SHA1 Message Date
Matt Travi
ad8f5b2608
docs(node-versions): updated the minimum documented node version in the node requirement doc
relates to https://github.com/semantic-release/semantic-release/issues/3106
2023-12-16 22:32:03 -06:00
Josh Goldberg ✨
125d41ebbc
docs: improve FAQ note about 0.x major versions (#2993) 2023-10-03 06:25:10 -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
Matt Travi
4e5b181ffb
docs(node-version): linked to proper recipe page for ci-configurations 2023-02-28 22:23:21 -06: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
Matt Travi
ba05e08303
docs(node-version): raised the minimum version to align with engines.node 2022-12-11 08:57:02 -06:00
Gregor Martynus
d13ea9280e
style: prettier (#2624) 2022-11-23 16:02:51 -08: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
HonkingGoose
9589a96239
docs: fix typos (#2476) 2022-06-16 12:57:37 -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
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
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
Mohammed ragab ali
12337175c6
docs: Add article to explain semantic release (#1856) 2021-03-30 10:32:07 -07:00
Kristian Heljas
2e4b901c4f
docs: use consistent version number for tag recovery (#1857) 2021-03-24 09:19:06 -07:00
Vegard Økland
c5719101cc
docs: clarify node vs npm in FAQ (#1731) thanks @vegardok 2021-01-15 11:50:33 -08:00
AbdelRahman Wahdan
9303d1dba0
docs(resources.md): added more sematnic release article (#1610) 2020-07-30 17:17:36 -07:00
Gavin Staniforth
6d118c6c14
docs: be clear about what module of semantic-release handles updating the package.json (#1601) 2020-07-12 12:31:40 -07:00
Gregor Martynus
804fc2a943
docs(Troubleshooting): release not found in prereleases branch (e.g. beta) after rebase on master) (#1444) 2020-02-08 11:03:48 -08:00
Pierre Vanduynslager
bec57cd2ed chore: require Node.js >=10.18
BREAKING CHANGE: Require Node.js >= 10.18
2020-01-27 13:52:59 -05:00
Pierre Vanduynslager
0716a45b7d feat: require Node.js >=10.13
BREAKING CHANGE: Require Node.js >= 10.13
2019-12-05 13:18:42 -05:00
Pierre Vanduynslager
cffe9a8d33 perf: use git tag --merge <branch> to filter tags present in a branch history
BREAKING CHANGE: Git CLI version 2.7.1 or higher is now required

The `--merge` option of the `git tag` command has been added in Git version 2.7.1 and is now used by semantic-release
2019-11-01 16:58:55 -04:00
Pierre Vanduynslager
3daf78081f
Merge branch 'master' into beta 2019-10-29 11:57:31 -04:00
Pierre Vanduynslager
2f3d934069 fix: require Node.js >=8.16 2019-10-26 00:26:50 -04:00
Alexander G
dc19dfa2e9 docs: remove unnecessarily apostrophe
- improve punctuation of the how-to revert a release section
2019-10-10 07:32:14 -07:00
Pierre Vanduynslager
f1d983ddb0
feat: require Node.js >=8.15
BREAKING CHANGE: Require Node.js => 8.15
2019-09-13 17:09:03 -04:00
Pierre Vanduynslager
f5737c821b
Merge branch 'master' into beta 2019-09-13 17:08:48 -04:00
Josh Biddick
9b78ab7c0d docs: spelling (#1284) 2019-09-05 15:01:13 -07:00
Pierre Vanduynslager
9fd93ac37a docs: fix node version requirement link is FAQ 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
Emmanuel Sciara
5a5eaec3da docs: made doc file org clearer and augmented content
This is a first step to improving the doc: - renamed directories; - augmented a fair bit of content.
To be continued
2019-07-31 14:40:10 -07:00
Emmanuel Sciara
3f22978623 docs: repared broken links to "CI configuration recipes" 2019-07-30 16:13:59 -07:00
David Aghassi
2977462c5b docs: cleaned up wording and typos in docs 2019-01-30 19:54:29 -05:00
David Aghassi
6a8eede96f docs: cleaned up wording and typos in docs 2019-01-12 14:27:56 -05:00
Pierre Vanduynslager
1d8c35d889 docs: update FAQ regarding initial release version 2018-12-31 03:35:32 -05:00
Waldir Pimenta
218d830af0 docs: fix quote marks (#986) 2018-11-16 13:06:48 -05:00
Pierre Vanduynslager
8e564ebc9d docs: update FAQ to reflect new plugins option 2018-11-09 17:08:49 -05:00
Pierre Vanduynslager
dff1f1056f docs: mention postversion npm script hook to run build scripts 2018-11-09 17:08:49 -05:00
Pierre Vanduynslager
88539222f4 docs: add troubleshooting section for reference already exists Git error 2018-10-09 22:02:34 -04:00
Pierre Vanduynslager
d45861b989 docs: clarify the "npm missing permission" troubleshooting section 2018-10-09 22:02:34 -04:00
Pierre Vanduynslager
2ba0b81f39 docs: remove troubleshooting section related to legacy error messages 2018-10-09 22:02:34 -04:00
Pierre Vanduynslager
468f8a8bda docs: clarify the --ci / --no-ci CLI option 2018-09-03 14:21:55 -04:00
Pierre Vanduynslager
89e584713d docs: migration to new GitBook version 2018-07-14 18:00:06 -04:00
Pierre Vanduynslager
eb22f9998d docs: FAQ for reverting a release 2018-07-10 11:52:39 -04:00
Pierre Vanduynslager
f9d9144e3d docs: Add a troubleshooting section about squashed commits 2018-06-11 11:52:23 -04:00