Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olivierjm/deploy-tag

a simple script to create a gitlab tag with all related issues and their assignees
https://github.com/olivierjm/deploy-tag

gitlab gitlabapi ruby

Last synced: 7 days ago
JSON representation

a simple script to create a gitlab tag with all related issues and their assignees

Awesome Lists containing this project

README

        

a simple script to create a gitlab tag with all related issues and tag the assignees to those issues and produce a clean release note

This project requires GITLAB_TOKEN="sometoken" in your environment variables

This has no extra dependencies and it only requires ruby to run
`ruby deploy.rb`

Todo:
- Make it a CLI or a rake task