Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
410 B

  1. # Shareable configurations
  2. A sharable configuration is an [npm](https://www.npmjs.com/) package that exports a **semantic-release** configuration object. It allows for use of the same configuration across several projects.
  3. The shareable configurations to use can be set with the [extends](configuration.md#extends) option.
  4. See [shareable configurations list](../extending/shareable-configurations-list.md).