@wireapp/changelog-bot

A changelog notification bot.


Keywords
hacktoberfest, wire
License
GPL-3.0
Install
npm install @wireapp/changelog-bot@7.2.10

Documentation

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

Web Packages

Collection of npm modules created by Wire's web team:

Bots

Commons

Configuration

Connectivity

Encoding

Internal tools

User interface

Getting Started

## Download dependencies and link packages
yarn

## Build all packages and test them
yarn test:all

Release packages

Release new package

If a package gets published for the very first time, it must be released this way:

cd ./packages/new-package
yarn dist
npm publish --access public

Info: Start with version "0.0.0" in package.json when publishing with lerna or "0.1.0" when publishing with npm.

Release an existing package

This will be handled by our CI setup.