Skip to content

ivorscott/github-release-drone

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

github-release-drone

Drone plugin for making semantic releases based on https://github.com/semantic-release/semantic-release.

Usage

Generate a Github personal access token.

Then create a github_token secret per repository using the drone web ui.

# .drone.yml

kind: pipeline
name: example

steps:
  - name: semantic-release
    image: devpies/github-release-drone:1.0.0
    environment:
      GITHUB_TOKEN:
        from_secret: github_token

trigger:
  branch:
    - master
  event:
    - push

Don't forget to enforce commit message conventions. Use commitizen.

commitizen usage

About

Drone plugin for Github releases using semantic release

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published