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: about 1 month ago
JSON representation
a simple script to create a gitlab tag with all related issues and their assignees
- Host: GitHub
- URL: https://github.com/olivierjm/deploy-tag
- Owner: OlivierJM
- Created: 2021-04-03T20:32:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T19:41:36.000Z (almost 5 years ago)
- Last Synced: 2025-03-20T00:49:53.590Z (over 1 year ago)
- Topics: gitlab, gitlabapi, ruby
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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