Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

release-notes/release-notes-schema

Release Notes Schema

Subscribe to Release Notes NPM Package MIT license

About

The goal of this repository is to implement JSON Schema Definitions of the Release Notes Specification.

The following schemas are defined:

Installation

$ npm i -S @release-notes/schema

Usage

const ReleaseNotesSchema = require('@release-notes/schema');

console.info(
  'Required fields of release notes: %s',
  ReleaseNotesSchema.ReleaseNotes.required.join(', ')
);

Project Repositories

The Release Notes project consists of the following repositories:


LICENSE

The files in this archive are released under MIT license. You can find a copy of this license in LICENSE.

About

JSON schema definitions of the release notes specification.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published