File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Contribution policy
22
3- * (version v0.1.0 - updated 9 Nov 2023 )*
3+ * (version v0.1.1 - updated 5 Jun 2025 )*
44
55!!! note
66
@@ -58,8 +58,8 @@ We currently require that all software installations in EESSI are
5858We strongly prefer that the [ * latest release of EasyBuild* ] ( https://pypi.org/project/easybuild/ )
5959that is available at the time is used to add software to EESSI.
6060
61- The use of [ ` --from-pr ` ] ( https://docs.easybuild.io/integration-with-github/#github_from_pr ) and
62- [ ` --include-easyblocks-from-pr ` ] ( https://docs.easybuild.io/integration-with-github/#github_include_easyblocks_from_pr )
61+ The use of [ ` --from-commit ` ] ( https://docs.easybuild.io/integration-with-github/#github_from_commit ) and
62+ [ ` --include-easyblocks-from-commit ` ] ( https://docs.easybuild.io/integration-with-github/#github_include_easyblocks_from_commit )
6363to pull in changes to EasyBuild that are required to make the installation work correctly
6464in EESSI is allowed, but only if that is strictly required
6565(that is, if those changes are not included yet in the latest EasyBuild release).
@@ -136,6 +136,10 @@ for example using EasyBuild's `--sanity-check-only` feature.
136136
137137## Changelog
138138
139+ ### v0.1.1 (5 Jun 2025)
140+
141+ - no longer accept contributions with ` --from-pr ` or ` --include-easyblocks-from-pr ` and instead require ` --from-commit `
142+ and ` --include-easyblocks-from-commit `
139143### v0.1.0 (9 Nov 2023)
140144
141145- initial contribution policy
You can’t perform that action at this time.
0 commit comments