1324 Commits

Author SHA1 Message Date
renovate[bot]
bfd2506f5b
ci(action): update actions/checkout digest to b4ffde6 (#3001)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 10:12:10 +00:00
renovate[bot]
3c4137198d
chore(deps): lock file maintenance (#3020)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 03:50:41 +00:00
renovate[bot]
40b359784d
ci(action): update github/codeql-action action to v2.22.4 (#3018)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 19:40:23 +00:00
renovate[bot]
2baab7f78a
chore(deps): update dependency sinon to v17 (#3019)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 19:32:00 +00:00
Matt Travi
fabdf9b1c6
test(ava): removed the failFast flag
since im wondering if it is contributing to recent pipeline instability
2023-10-20 14:24:20 -05:00
renovate[bot]
46fd8102ed
chore(deps): update dependency testdouble to v3.20.0 (#3017)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 09:36:12 +00:00
renovate[bot]
c8895edef6
chore(deps): update dependency publint to v0.2.5 (#3016)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 08:07:37 +00:00
renovate[bot]
6ed3fa5a1e
chore(deps): update dependency dockerode to v4 (#3007)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 04:33:30 +00:00
renovate[bot]
eb881d5721
ci(action): update actions/checkout action to v4.1.1 (#3013)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-20 01:37:14 +00:00
renovate[bot]
c119263f00
ci(action): update github/codeql-action action to v2.22.3 (#3010)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 22:46:39 +00:00
renovate[bot]
382edf1c7d
chore(deps): update dependency sinon to v16.1.3 (#3014)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 21:17:16 +00:00
renovate[bot]
e247cca3c7
chore(deps): update dependency nock to v13.3.6 (#3015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 17:41:33 +00:00
Ludal
bd664bdf6a
docs(extending): add semantic-release-jira-notes plugin (#2747) 2023-10-17 03:26:13 +00:00
renovate[bot]
bdfb5296f2
chore(deps): update dependency nock to v13.3.4 (#3005)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-16 04:49:18 +00:00
renovate[bot]
f5d2d7ee05
chore(deps): lock file maintenance (#3012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-16 00:18:38 +00:00
renovate[bot]
3773a682a7
ci(action): update github/codeql-action action to v2.22.2 (#3004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-12 14:11:31 +00:00
renovate[bot]
4445caeb70
chore(deps): update dependency publint to v0.2.4 (#3002)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 04:10:52 +00:00
renovate[bot]
f1e0892c02
chore(deps): update dependency npm-run-all2 to v6.1.1 (#3003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-08 22:25:03 +00:00
Matt Travi
50cf1aacbe
Merge pull request #2964 from semantic-release/test-structure
test(structure): consolidated all verification under the `test` script while also enabling isolated execution
2023-10-08 13:54:10 -05:00
Matt Travi
d8e16a055f
docs(contributing): fixed the commitizen config and aligned the docs 2023-10-08 10:24:20 -05:00
Matt Travi
579259c578
docs(contributing): updated details about local verification 2023-10-08 10:22:53 -05:00
Matt Travi
842c0eb8bc
ci(test): removed the lint step from the test job and the related checkout and setup
since the purpose of this job is specifically to summarize the verification results
2023-10-08 10:22:51 -05:00
Matt Travi
b5d80411ea
test(publish): added publint to verify the details of the published package 2023-10-08 10:22:06 -05:00
Matt Travi
0586f55164
test(prettier): adjusted the lint script name since prettier isnt specific to js 2023-10-08 10:19:17 -05:00
Matt Travi
473925187a
ci(dev-node): added a job to verify against the version in the .nvmrc intended for development
to help ensure all verification passes before deciding to update the development version (partly to
help automate this process with renovate)
2023-10-08 10:19:17 -05:00
Matt Travi
aaed2f4a6f
docs(contributing): captured notes to update the contributing guide based on conversation result 2023-10-08 10:19:17 -05:00
Matt Travi
65aea33182
test(engines): moved the ls-engines check into the lint group under the combined test process 2023-10-08 10:19:15 -05:00
Matt Travi
a8d863834a
test(lockfile): added lockfile lint to prevent attacks that download deps from malicious registries
i thought we'd already taken the step of adding this protection, but it looks like i failed to
follow up with getting applied across all repos
2023-10-08 10:15:39 -05:00
Matt Travi
de413899fe
test(structure): split unit tests from integration tests
and used npm-run-all2 to define verification script groups that can be parallelized while also enabling scripts to be run independantly

for semantic-release/.github#19
2023-10-08 10:14:10 -05:00
renovate[bot]
c6c39d67f7
ci(action): update ossf/scorecard-action action to v2.3.0 (#2999)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 22:17:35 +00:00
renovate[bot]
dac69c981a
ci(action): update github/codeql-action action to v2.22.0 (#2998)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 13:41:04 +00:00
renovate[bot]
4d3c394522
chore(deps): update dependency sinon to v16.1.0 (#2996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 13:28:17 +00:00
Josh Goldberg ✨
125d41ebbc
docs: improve FAQ note about 0.x major versions (#2993) 2023-10-03 06:25:10 -05:00
Francesco Vattiato
b178c18fde
docs: Add release.config.cjs example with TypeScript definitions on docs/usage/configuration.md (#2950)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
Co-authored-by: Matt Travi <programmer@travi.org>
2023-09-28 14:16:33 +00:00
renovate[bot]
cff501a083
ci(action): update github/codeql-action action to v2.21.9 (#2989)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-27 15:17:25 +00:00
renovate[bot]
8e6295e214
chore(deps): update dependency p-retry to v6.1.0 (#2985)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 16:48:11 +00:00
renovate[bot]
a92afa2a7a
chore(deps): lock file maintenance (#2984)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-25 01:36:05 +00:00
renovate[bot]
e759493e07
fix(deps): update dependency env-ci to v10 (#2983)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v22.0.5
2023-09-24 11:40:51 -05:00
Joshua Tang
7bbf1e804a
docs: add community plugin semantic-release-pub (#2981) 2023-09-23 01:19:07 +00:00
renovate[bot]
84f2ee9374
fix(deps): update dependency marked to v9 (#2947)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v22.0.4
2023-09-22 18:15:26 -05:00
Matt Travi
6070bf61fc
Merge pull request #2980 from semantic-release/exports
fix(exports): removed the `exports` definition for the time being
v22.0.3
2023-09-22 18:07:44 -05:00
renovate[bot]
8a7befe96b
fix(deps): update dependency marked-terminal to v6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v22.0.2
2023-09-22 17:15:55 -05:00
renovate[bot]
993bf59af9
ci(action): update actions/checkout digest to 8ade135 (#2976)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-22 20:30:25 +00:00
Matt Travi
561e2d648d
fix(exports): removed the exports definition for the time being
closes #2968
2023-09-22 15:26:37 -05:00
renovate[bot]
94d50ed934
ci(action): update actions/checkout action to v4.1.0 (#2977)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-22 19:37:53 +00:00
Matt Travi
bd4725b041
Merge pull request #2972 from semantic-release/stable-plugins
fix(deps): upgraded `release-notes-generator` and `commit-analyzer` plugins to stable versions
v22.0.1
2023-09-21 07:32:08 -05:00
Matt Travi
041e4f7e37
fix(deps): upgraded release-notes-generator and commit-analyzer plugins to stable versions
follow up to #2934
2023-09-20 16:50:51 -05:00
renovate[bot]
1c8d848a4f
ci(action): update github/codeql-action action to v2.21.8 (#2969)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-19 11:13:27 +00:00
Matt Travi
2822fbee5d
Merge pull request #2963 from semantic-release/always-test 2023-09-18 07:33:49 -05:00
renovate[bot]
2a67c65328
chore(deps): lock file maintenance (#2967)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-18 00:47:38 +00:00