188 Commits

Author SHA1 Message Date
Alexis Saettler
85bc213f04
docs: add semantic-release-github-pullrequest to list of community plugins (#1790) 2021-02-11 09:09:58 -08:00
Vegard Økland
c5719101cc
docs: clarify node vs npm in FAQ (#1731) thanks @vegardok 2021-01-15 11:50:33 -08:00
Mo Sattler
7581aa8584
docs: fix a typo in github-actions.md (#1735) 2021-01-15 09:35:05 -06: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
Mihai Plasoianu
6c7e4be68a
docs: add semantic-release-helm plugin (#1713) 2020-12-09 09:22:32 -08:00
abichinger
c177d4b15a
docs: add semantic-release-pypi plugin (#1707) 2020-12-02 09:43:00 -08:00
Geoffroy Empain
eb708236df
docs: add semantic-release-license-plugin (#1701)
This adds a semantic-release-plugin which we use to update our license files (copyright dates and more) based on their type.
2020-11-25 09:25:48 -08:00
Almenon
885d87ac0f
feat(docs): note that publish token is required (#1700)
see https://github.com/semantic-release/npm/issues/277
2020-11-22 10:38:15 -08:00
Amanda Mitchell
63fa143023
docs(plugins): add listing for new plugin (#1686) 2020-11-12 14:16:15 -08:00
Guillaume Gautreau
d74ffef788
docs: add npm-deprecate-old-versions in plugins list (#1667) 2020-10-23 14:26:20 -07: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
Joep Kockelkorn
9635f50da6
docs: improve github actions recipe on git plugin (#1626) 2020-09-06 10:38:29 -07:00
ylemkimon
d036a899d5
ci(docs): use actions/checkout@v2 (#1620) 2020-08-17 16:26:13 -07:00
AbdelRahman Wahdan
9303d1dba0
docs(resources.md): added more sematnic release article (#1610) 2020-07-30 17:17:36 -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
Ahmed Hassanein
ee44ee80c8
docs(github-actions): suggest action_dispatch as trigger (#1605) 2020-07-28 06:57:05 -07:00
Rylan Collins
b24d2474b1
docs: add semantic-release-rubygem to community plugins (#1602) 2020-07-22 16:35:05 -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
Shun Kakinoki
b5c9dea215 docs: update github documentation to docs.github.com 2020-07-09 22:44:15 -05:00
kopal
1405b94296
docs: added recipe for Jenkins CI configuration (#1) (#1591) 2020-06-30 14:54:33 -07: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
Aaron Batilo
a62bc7cd85
docs(GitHub Actions): Add alternative trigger options (#1471)
These options work the same as the curl command, but use a GitHub App so there's no need to provision and manage a Personal Access Token in order to trigger the Semantic Release action.
2020-05-06 11:50:31 -07:00
solidnerd
22321cff1c docs: update recipe for gitlab-ci with Node.js >=10.18
Signed-off-by: solidnerd <niclas@mietz.io>
2020-04-22 15:15:05 -07:00
Justin Poehnelt
ff1d53df58
docs: add @google/semantic-release-replace-plugin to plugin list (#1509) 2020-04-02 16:23:31 -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
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
Mario Lubenka
c7e461dc1c docs: add @saithodev/semantic-release-gitea to community plugins 2020-01-27 14:23:38 -05: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
DanielHabenicht
88fe81915b docs: fix typo
just a little type fist -> first
2020-01-21 15:34:01 -08:00
Prokop Simek
31e78767d9 docs(travis): build on all branches by default
If you want to have more prereleases than default so you have to enable deploy on all branches. ref.: https://docs.travis-ci.com/user/deployment#examples-of-conditional-deployment
2020-01-20 08:40:16 -08:00
Daniel Basilio
8c0490d057 docs: replacing firefox plugin in the list (#1416) 2020-01-15 20:02:00 -08:00
Pierre Vanduynslager
28b54800cd docs: correct plugin execution order 2020-01-15 11:34:26 -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
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
534c0dbc89
Merge branch 'master' into beta 2019-12-03 20:29:06 -05:00
Pierre Vanduynslager
ecc4e663f5 docs: clarify GitLab CI/CD protected variable usage 2019-12-03 11:49:56 -05:00
Pierre Vanduynslager
63f51ae6dd fix: allow multiple branches with same channel 2019-11-20 16:17:24 -05:00
Sean Dawson
9575198266 docs: add leiningen-semantic-release to list of community plugins 2019-11-18 11:29:10 -05:00
Ed
09754ac001 docs(shareable-configurations-list): add semantic-release-npm-github-publish 2019-11-18 11:27:53 -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
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
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
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