884 Commits

Author SHA1 Message Date
Max Duval
da75a9c60a
docs: clean and strip SVG logo (#1723) thanks @mxdvl 2021-01-04 10:48:15 -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
Ryan Ling
52238cbccc
fix(deps): Require find-versions ^4.0.0 (#1722)
This new version includes a fix for a ReDoS vulnerability in
`semver-regex` that is flagged by some source composition analysis tools
like Snyk:

https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1047770

It's a major version because it drops support for Node.js 6.x. This
doesn't affect us since we already require Node.js >=10.18.
v17.3.1
2020-12-29 12:15:11 -08:00
Jonas Broms
af596a9443
docs: semantic-release SVG logo (#1715) thanks @bromso
I recreated the logo and used this image as a reference: https://gblobscdn.gitbook.com/spaces%2F-LGsE7zdvzHI5cG-XV6p%2Favatar.png
2020-12-16 14:00:30 -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
v17.3.0
2020-11-22 10:38:15 -08:00
Dmitriy Dekhanov
f8f8fbcac4
fix: escape uri encoded symbols (#1697) v17.2.4 2020-11-19 11:55:09 -08:00
Matt Travi
c8d38b6258
style: removed line breaks to align with xo rule (#1689) v17.2.3 2020-11-16 11:32:04 -08:00
Matt Travi
ca90b34c4a fix: mask secrets when characters get uri encoded 2020-11-16 10:36:40 -06:00
Amanda Mitchell
63fa143023
docs(plugins): add listing for new plugin (#1686) 2020-11-12 14:16:15 -08:00
Arthur Chaloin
2bf377194e
fix: use valid git credentials when multiple are provided (#1669) v17.2.2 2020-10-29 11:09:19 -07:00
Arthur Chaloin
77a75f072b
fix: don't parse port as part of the path in repository URLs (#1671) 2020-10-28 15:53:03 -07:00
Guillaume Gautreau
d74ffef788
docs: add npm-deprecate-old-versions in plugins list (#1667) 2020-10-23 14:26:20 -07:00
Matt Travi
3abcbaf256
Revert "feat: throw an Error if package.json has duplicate "repository" key (#1656)"
This reverts commit b8fb35c7e15d314c15182f779ef30b42b6c4e7ea.

fixes #1657
v17.2.1
2020-10-12 08:21:24 -05:00
Gregor Martynus
b8fb35c7e1
feat: throw an Error if package.json has duplicate "repository" key (#1656) v17.2.0 2020-10-11 14:59:51 -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
Micael Jarniac
e35e5bb73f
docs(contributing): fix commit message examples (#1648)
It had the backticks (`\``) around the messages, but I think they were unintentional, probably a leftover from copy-pasting.
2020-10-02 15:12:20 -07:00
Gregor Martynus
311c46580f
docs(README): welcome @travi, add alumni section 2020-09-25 15:31:11 -07:00
Tom Williams
b4c5d0a436
fix: add logging for when ssh falls back to http (#1639)
Co-authored-by: thomas williams <thomas.williams@thetradedesk.com>
v17.1.2
2020-09-17 10:15:04 -07:00
Micael Jarniac
c982249f87
docs(contributing): typo fix (#1638) 2020-09-16 11:39:04 -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
Emmanuel Ogbizi
0f0c650b41
fix: use correct ci branch context (#1521) v17.1.1 2020-06-25 09:30:12 -07:00
Sven Liebig
a4658016d9
feat(bitbucket-basic-auth): support for bitbucket server basic auth (#1578) v17.1.0 2020-06-22 11:26:24 -07:00
Daniel Wirtz
6d48663a77
build(gitattributes): eol=lf for Windows users (#1575) 2020-06-15 09:16:33 -07:00
Nicholas Shine
eed1d3c8cb
fix: prevent false positive secret replacement for Golang projects (#1562) v17.0.8 2020-05-24 11:53:00 -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
greenkeeper[bot]
d64db31e76
fix(package): update marked to version 1.0.0 (#1534) v17.0.7 2020-04-21 13:04:21 -07:00
greenkeeper[bot]
2322a7028f
build(deps): update got to version 11.0.0 (#1533) 2020-04-20 10:17:39 -07:00
Gregor Martynus
431d571a7b
fix: adapt for semver to version 7.3.2 (part II) (#1530) v17.0.6 2020-04-16 14:42:25 -07:00
Gregor Martynus
0363790b8a fix: adapt for semver to version 7.3.2
see https://github.com/npm/node-semver/issues/322
v17.0.5
2020-04-16 13:54:47 -07:00
greenkeeper[bot]
93cb76653d
chore(package): update semver to version 7.3.2 2020-04-14 17:46:03 +00:00
Gregor Martynus
caa3526caa style: xo 2020-04-08 15:13:33 -07:00
greenkeeper[bot]
ed5f26d10b
chore(package): update xo to version 0.29.0 2020-04-08 21:14:42 +00:00
Justin Poehnelt
ff1d53df58
docs: add @google/semantic-release-replace-plugin to plugin list (#1509) 2020-04-02 16:23:31 -07:00
greenkeeper[bot]
f899fa9a7c chore(package): update xo to version 0.28.1
Closes #1488
2020-03-26 23:55:26 -04:00
greenkeeper[bot]
b5488ae7a5 chore(package): update fs-extra to version 9.0.0 2020-03-19 11:31:14 -07:00
greenkeeper[bot]
da5d1cf9c6 chore(package): update tempy to version 0.5.0 2020-03-09 11:22:55 -04:00