Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Add support for adding a tag to a project. #127

Merged
merged 1 commit into from
May 14, 2016
Merged

Add support for adding a tag to a project. #127

merged 1 commit into from
May 14, 2016

Conversation

hutson
Copy link
Contributor

@hutson hutson commented May 14, 2016

No description provided.

@@ -89,6 +89,12 @@ describe 'Project', ->
gitlab.projects.repository.listCommits projectId, (result) ->
done()

describe '#addTag()', ->
it 'should add a tag to a given project', (done) ->
opts = id: projectId, tag_name: "v1.0.0", ref: "2695effb5807a22ff3d138d593fd856244e155e7", message: "Annotated message", release_description: "Release description"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line exceeds maximum allowed length

@moul
Copy link
Owner

moul commented May 14, 2016

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants