@@ -52,13 +52,13 @@ packages:
52
52
' @*/* ' :
53
53
# scoped packages
54
54
access : $all
55
- publish : $authenticated
55
+ publish : $maintainer
56
56
proxy : npmjs
57
57
gitlab : true
58
58
59
59
' ** ' :
60
60
access : $all
61
- publish : $authenticated
61
+ publish : $maintainer
62
62
proxy : npmjs
63
63
gitlab : true
64
64
@@ -102,7 +102,7 @@ directives:
102
102
- unauthenticated users will be able to access packages marked with either
103
103
` $all ` or ` $anonymous ` access levels at the package group definition
104
104
105
- Please note that no group or package name mapping is applied on access, any
105
+ > * Please note* that no group or package name mapping is applied on access, any
106
106
user successfully authenticated can access all packages.
107
107
108
108
### Publish
@@ -181,7 +181,7 @@ internal timer that will check expired values regularly, so data of
181
181
users not actively interacting with the system will also be eventually
182
182
invalidated.
183
183
184
- *Please note* that this implementation is in-memory and not
184
+ > *Please note* that this implementation is in-memory and not
185
185
multi-process; if the cluster module is used for starting several
186
186
verdaccio processes, each process will store its own copy of the cache,
187
187
so each user will actually be logged in multiple times.
@@ -206,7 +206,19 @@ on docker startup with the `--volume` option, or equivalent mechanism
206
206
(e.g. ConfigMaps on Kubernetes / OpenShift with the
207
207
[helm chart](https://github.com/helm/charts/tree/master/stable/verdaccio)).
208
208
209
- # # Create a Release
209
+ # # Development
210
+
211
+ # ## Contributing
212
+
213
+ Please adhere to the [verdaccio community guidelines](https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md)
214
+ and run all the tests before creating a PR. The commit message shall follow the
215
+ conventional changelog as it is enforced via local commit hook using husky and
216
+ the [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint)
217
+ rule set.
218
+
219
+ > PR's that do not pass CI will not be reviewed.
220
+
221
+ # ## Create a Release
210
222
211
223
Run one of the following command to create a release :
212
224
@@ -222,7 +234,7 @@ finally run
222
234
yarn publish
223
235
` ` `
224
236
225
- # # Functional Tests
237
+ # ## Functional Tests
226
238
227
239
In order to run functional tests with debug output, set the
228
240
` VERDACCIO_DEBUG=true` environment variable,
@@ -232,12 +244,6 @@ In order to run functional tests with debug output, set the
232
244
VERDACCIO_DEBUG=true yarn test:functional
233
245
` ` `
234
246
235
- # # Inspired by
236
-
237
- - [verdaccio-ldap](https://github.com/Alexandre-io/verdaccio-ldap)
238
- - [node-bacstack](https://github.com/fh1ch/node-bacstack)
239
- - [verdaccio-bitbucket](https://github.com/idangozlan/verdaccio-bitbucket)
240
-
241
247
# # License
242
248
243
249
[MIT](https://spdx.org/licenses/MIT)
0 commit comments