Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olivierjm/deploy-tag
- Owner: OlivierJM
- Created: 2021-04-03T20:32:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T19:41:36.000Z (over 3 years ago)
- Last Synced: 2025-01-18T09:53:31.298Z (16 days ago)
- Topics: gitlab, gitlabapi, ruby
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- 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