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.
 

1.1 KiB

Getting started

In order to use semantic-release you must follows this steps:

Alternatively those steps can be easily done with the semantic-release interactive CLI:

npm install -g semantic-release-cli
cd your-module
semantic-release-cli setup

dialogue

See the semantic-release-cli documentation for more details.

Note: only a limited number of options, CI services and plugins is currently supported by semantic-release-cli.