danger/danger-plugin-api

Name: danger-plugin-api

Owner: Danger

Description: A gem for Danger plugin authors to use to use for SemVer on the API

Created: 2016-08-25 21:24:36.0

Updated: 2017-07-06 04:15:48.0

Pushed: 2016-08-25 21:36:36.0

Homepage: null

Size: 7

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Danger Plugin API contract

This repo contains a single gem, it represents the current version of the API, and what the minimum version of Danger supports it.

Check the current version by clicking: lib/danger/plugin/api/version.rb.

This frees plugin authors from being tied to a project which is aggressive on semantic versioning. As long as the plugin API stays the same then as an author you can be safe in the knowledge that a version bump on Danger has not changed the external API.

What do I define as a public API?

Well that one is a bit tricky, for plugins that is anything that can be found on the Danger.Systems#reference. Additions to the exposed DSL probably won't get bumps to this gem's versions, but breaking changes e.g. removals or renames definitely will.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/danger-plugin-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.