Gregor Martynus
f66aa27dd7
WIP set extendEnv: false
execa option
2021-01-20 13:52:15 -08:00
Gregor Martynus
daa25abccf
WIP
2021-01-20 13:27:01 -08:00
Gregor Martynus
699875cedd
wip
2021-01-20 13:19:47 -08:00
Gregor Martynus
2cc7d517b1
WIP
2021-01-20 13:19:08 -08:00
Gregor Martynus
7beb13af45
WIP reverting to simulating Travis CI test environment and setting GITHUB_API_URL
2021-01-20 13:11:06 -08:00
Gregor Martynus
1c85b88c9f
WIP oops actually use processEnv
2021-01-20 12:46:26 -08:00
Gregor Martynus
fd5b64a99a
WIP run integration tests sequentially
2021-01-20 12:42:41 -08:00
Gregor Martynus
9e83fa020d
WIP ignore GitHub Action related environment variables, and fix "Use the repository URL as is if none of the given git credentials are valid" which should never have passed before but well here we are
2021-01-20 12:31:28 -08:00
Gregor Martynus
0ae2f632ff
WIP trying to mock unset environment variables by setting them to empty strings
2021-01-20 12:08:33 -08:00
Gregor Martynus
9b1afca0f5
test(integration): do not mock environment variables with null
...
That results in the value `"null"` instead of undefined
2021-01-20 12:04:26 -08:00
Gregor Martynus
3c3b20c470
build(package): lock file
2021-01-20 11:21:02 -08:00
Josh Soref
3da96bbb90
ci: replace Travis environment variables with GitHub Action variables
2021-01-20 11:21:02 -08:00
Gregor Martynus
a2266ca47d
ci: replace travis with actions, setup renovate
2021-01-20 11:21:02 -08:00
Josh Soref
32a2c91d7c
fix: pin initial branch to master ( #1740 )
2021-01-20 11:20:48 -08:00
Roland Weiss
d2ec8931bc
fix(deps): update to yargs 16.2.0 ( #1739 )
...
Signed-off-by: Roland Weiss <roland.weiss@mobi.ch>
v17.3.4
2021-01-19 08:46:14 -08:00
Thomas Zimmermann
9f57b84aaa
fix: add logging for top-level errors ( #1736 )
v17.3.3
2021-01-15 14:31:07 -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
Dominykas Blyžė
21c151f167
fix: normalize ci: false into noCi: true after configs get merged ( #1732 ) thanks @dominykas
...
This makes sure that options.ci is respected even when set inside a shareable config
v17.3.2
2021-01-13 07:38:57 -08:00
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