1112 Commits

Author SHA1 Message Date
Axieum
80e1665037
fix: corrected spelling of invalid plugin config error (#1979) v17.4.4 2021-06-15 09:52:19 -05:00
renovate[bot]
37765ef36d
chore(deps): update dependency dockerode to v3.3.0 (#1977)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-11 08:56:45 -07:00
renovate[bot]
a7a1e6d28f
chore(deps): update dependency sinon to v11 (#1976)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-11 13:38:45 +00:00
renovate[bot]
59bf862d4a
chore(deps): update dependency nock to v13.1.0 (#1975)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-10 12:45:53 -07:00
renovate[bot]
78a63a7de0
chore(deps): update dependency trim-newlines to 3.0.1 [security] (#1974)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-08 22:31:00 -05:00
dependabot[bot]
61f94c00ab
build(deps): bump normalize-url from 4.5.0 to 4.5.1 (#1973)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 22:03:00 -05:00
Justin Dietz
7452eaf2cd
docs: adds updated docker plugin that supports major, minor tagging (#1963) 2021-06-03 09:31:49 -07:00
renovate[bot]
c229888cc0
chore(deps): update dependency fs-extra to v10 (#1955)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-01 22:14:25 +00:00
HonkingGoose
29d34788ff
docs(README): improve sentence (#1962) 2021-06-01 13:48:53 -07:00
Aki Mäkinen
fe0ac417cf
docs(plugin developer guide): correction, additional details / advanced (#1961)
A correction to the earlier documentation: the "nextRelease" object is NOT similar to the
lastRelease and there are some differences. Because of this, the object is now documented as a
separate entry. Added also information on how the error handling should be done so that
semantic-release would be able to handle errors from plugins properly and call "fail" lifecycle
plugins. Included some more advanced information on how the analyzeCommits-lifecycle plugins work
and how the result of the initial analyzer can be overridden. This is an edge case, but could happen
and is good to understand.
2021-05-31 10:15:47 -07:00
renovate[bot]
3edc917c7c
chore(deps): update dependency tempy to v1.0.1 (#1946)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-27 02:54:20 +00:00
renovate[bot]
8bc98c33c9
chore(deps): update dependency browserslist to 4.16.5 [security] (#1954)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-26 20:46:59 -05:00
Josh Sullivan
6427210b83
docs(workflow-configurator): fix single typo (#1892) 2021-05-26 10:57:54 -07:00
renovate[bot]
4c1c992869
chore(deps): update dependency sinon to v10 (#1941)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-22 01:06:53 +00:00
renovate[bot]
a3a9907368
chore(deps): update dependency codecov to v3.8.2 (#1940)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-21 23:16:45 +00:00
Dmytro Pustovit
7fbab56a98
docs: add semantic-release-telegram to the list of community plugins (#1945)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2021-05-21 14:30:44 -07:00
Dmytro Pustovit
7dae2a9f43
docs: add heroku to list of community plugins (#1920) 2021-05-21 14:29:28 -07:00
Ryan Sonshine
13f6a725a1
docs(plugins-list): add semantic-release-codeartifact (#1939) 2021-05-17 07:50:18 -07:00
Gregor Martynus
55194c106e
fix: bump minimal version of lodash to address CVE-2021-23337 (#1931) v17.4.3 2021-05-12 11:37:06 -07:00
mhagnumdw
e24ef71e33
docs(distribution-channels): fix branch name (#1925) 2021-05-09 22:40:32 -05:00
Aki Mäkinen
0435e35fee
docs(Plugin Developer Guide): More detailed lifecycle list and context descriptions (#1880)
* docs(Plugin Developer Guide): More detailed lifecycle list and context descriptions

This commit will improve the following in the Plugin developer guide:
  * Lifecyle list more complete (previous was missing some lifecycles)
  * Context object has been now described in more detail per lifecycle
  * Some readability/maintainability fixes to the markdown file itself
    to make it easier to edit and read in an editor.

* docs(Plugin Developer Guide): Added missing context field to analyzeCommits lifecycle documentation

analyzeCommits lifecycle context was missing documentation for "commits" list.

* docs(developer-guide): remove line breaks added in an earlier commit

As per requested in the code review, the line breaks that were added in an earlier commit are now
removed. While this does make reading the text just slightly more difficult (to see the whole
picture), the benefit of making code reviews easier does outweight the admittedly small benefit.
2021-04-25 15:14:03 -07:00
renovate[bot]
1d1b52a7dc
chore(deps): update dependency p-retry to v4.5.0 (#1885)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-10 14:57:32 +00:00
Aki Mäkinen
72522c3570
docs(Plugin Developer Guide): Update lifecycle list (#1874)
The old list was missing analyzeCommits lifecycle and the verification lifecycle was incorrectly listed as "verify", when it should currently be "verifyConditions" in order to properly load.
2021-04-07 14:47:41 -07:00
Oscar Dominguez
5489489dda
docs(github-actions): example suggests using ubuntu-latest (#1867)
instead of a concrete version of Ubuntu
2021-03-31 10:39:08 -07:00
Mohammed ragab ali
12337175c6
docs: Add article to explain semantic release (#1856) 2021-03-30 10:32:07 -07:00
renovate[bot]
8fa4f9a750
chore(deps): lock file maintenance (#1861)
* chore(deps): lock file maintenance

* build(package): lock file

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2021-03-30 10:12:16 -07:00
renovate[bot]
f668935993
chore(deps): update dependency got to v11.8.2 (#1858)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-24 15:42:59 -07:00
renovate[bot]
0f3c4148c7
chore(deps): lock file maintenance (#1848)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-24 19:52:13 +00:00
Kristian Heljas
2e4b901c4f
docs: use consistent version number for tag recovery (#1857) 2021-03-24 09:19:06 -07:00
renovate[bot]
971a5e0d16
chore(deps): update dependency nock to v13.0.11 (#1844)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-11 15:09:05 -08:00
renovate[bot]
44b3344b91
fix(deps): update dependency hosted-git-info to v4 (#1838)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
v17.4.2
2021-03-11 12:01:43 -08:00
renovate[bot]
046a845a9e
chore(deps): lock file maintenance (#1835) 2021-03-08 10:23:39 -08:00
Lukas
48def0c4cc
docs: fix links to gitlab releases documentation (#1834) 2021-03-07 12:44:08 -08:00
Ashish Santikari
2b6c9ba093
docs: update documentation for addNote function (#1833)
Co-Authored-By: Virgil <virgilwashere@users.noreply.github.com>
2021-03-04 16:19:31 -08:00
thislooksfun
07f12b9df2
fix(deps): peer dependecy error with marked-terminal (#1829) v17.4.1 2021-03-03 12:09:32 -08:00
renovate[bot]
2272ce3059
chore(deps): lock file maintenance (#1826)
* chore(deps): lock file maintenance

* build(package): lock file

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2021-03-01 10:07:51 -08:00
Nick
3ecc196d8a
feat(config): Use cosmiconfig defaults to support .cjs config files (#1815)
This change adds support for `*.cjs` config files by removing the
explicit use of `searchPlaces` options and relying and the default
search places generated by `cosmicconfig`.  As per the docs for
[`cosmicconfig`][cc], the defaults include all the extensions/formats
previously supported by semantic-release in addition to the new .cjs
variants.

Resolves [#1814][issue].

[issue]: https://github.com/semantic-release/semantic-release/issues/1814
[cc]: https://github.com/davidtheclark/cosmiconfig#searchplaces
v17.4.0
2021-02-25 21:04:04 -06:00
Micael Jarniac
acf8bc4d21
docs: fix missing whitespace (#1821) 2021-02-24 16:20:35 -08:00
Kiran Koirala
67dfb676bc
docs(README): change link to Angular's Contribution guidelines instead of Angular.js's Developers guide (#1817) 2021-02-23 10:42:30 -08:00
renovate[bot]
f25c3527df
chore(deps): lock file maintenance (#1813)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-22 06:51:31 +00:00
renovate[bot]
6013a5633e
chore(deps): update dependency p-retry to v4.4.0 (#1803)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-15 19:43:36 +00:00
renovate[bot]
d2782484c8
chore(deps): lock file maintenance (#1800)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-15 04:18:03 +00:00
renovate[bot]
34e5ddad12
chore(deps): update dependency js-yaml to v3.14.1 (#1797)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-13 10:17:05 +00:00
mcnesium
a9be97b56b
fix: update link to GitLab CI introduction (#1794) v17.3.9 2021-02-12 13:45:36 -08:00
Alexis Saettler
85bc213f04
docs: add semantic-release-github-pullrequest to list of community plugins (#1790) 2021-02-11 09:09:58 -08:00
Matt Travi
8e3a6cbef2
docs(discussions): updated spectrum references to point to discussions instead (#1782)
for #1764
2021-02-09 08:22:21 -08:00
renovate[bot]
a2eaed086f
fix(deps): update dependency marked to v2
Co-authored-by: Renovate Bot <bot@renovateapp.com>
v17.3.8
2021-02-08 07:45:59 -08:00
renovate[bot]
b22e591c96
chore(deps): lock file maintenance (#1779)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-08 02:04:34 +00:00
Matt Travi
fc32afa776
build(engine-strict): strictly enforced node version compatibility for dependencies (#1763) 2021-02-04 09:26:18 -08:00
renovate[bot]
8ea81ae6c9
chore(deps): update dependency delay to v5 (#1771)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-01 10:01:31 -08:00