Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release a pre-release version with tag .beta in package.json #58

Closed
marceloavf opened this issue Dec 12, 2017 · 9 comments · Fixed by #65
Closed

Release a pre-release version with tag .beta in package.json #58

marceloavf opened this issue Dec 12, 2017 · 9 comments · Fixed by #65
Labels

Comments

@marceloavf
Copy link
Contributor

Is there a way to make a release come with some 1.0.0-beta ?

@tmosest
Copy link
Collaborator

tmosest commented May 22, 2018

or could we add the tag template from semantic-release?

tagFormat
Type: String

Default: v${version}

CLI arguments: -t, --tag-format

The Git tag format used by semantic-release to identify releases. The tag name is generated with Lodash template and will be compiled with the version variable.

Note: The tagFormat must contain the version variable exactly once and compile to a valid Git reference.

@tmosest
Copy link
Collaborator

tmosest commented May 22, 2018

Here is the little bit of code it took me to add a prefix, you can use this to add your suffix or just use a prefix instead.

tmosest/corp-semantic-release@ef5d896

@leonardoanalista
Copy link
Owner

it looks good to me. I would merge if it was in a PR.

@tmosest
Copy link
Collaborator

tmosest commented May 23, 2018

@leonardoanalista if you give me access to push up to feature branches, I'll fix it up to use templates instead of just prefixs and put in a PR for it. I'd rather upgrade your repo than keep my own fork of it.

@leonardoanalista
Copy link
Owner

You should be able to push now. Let me know if you still have issues

@tmosest
Copy link
Collaborator

tmosest commented Sep 14, 2018

Hey @leonardoanalista tried to push up a feature branch and got permission denied.

@leonardoanalista
Copy link
Owner

I canceled and re-sent the invitation. I added you as collaborator 👍

tmosest added a commit that referenced this issue Sep 15, 2018
users can add a prefix string to the version tags

ISSUES CLOSED: #58
leonardoanalista pushed a commit that referenced this issue Sep 25, 2018
users can add a prefix string to the version tags

ISSUES CLOSED: #58
@leonardoanalista
Copy link
Owner

🎉 This issue has been resolved in version 6.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@leonardoanalista
Copy link
Owner

🎉 This issue has been resolved in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

3 participants