-
Notifications
You must be signed in to change notification settings - Fork 9
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
A question #23
Comments
HI 😄 You are not bothering at all. I would manually Say you have your manual
and your latest commit is e.g.
And at this point of time you've decided to use
this will mark the "previous" release point for All after that tag will be automatically added into
That's all. I hope it will help you 🍒 p.s. I would strongly advise you to create kind of "prototype" trash project to check and train your ideas first 😉 Feel free to ask additional questions here, To have an idea how it could look like you can take a look at |
@AlexKVal |
It is a pleasure to hear that for me. |
@AlexKVal Tried loggin into I want to use the "docsRepo" option, but I have some questions:
|
You could create it (https://pages.github.com/). E.g. https://github.com/react-bootstrap/react-bootstrap.github.io For such names |
the problem is that my user name is very much different than the project name (and I don't plan on registering a new account for this) and there can only be one organization type site per user name I managed to do it with an NPM "postpublish" hook, don't know if it's the right way to go, but it works 👶 Thank you very much that you find the time to answer my questions, I really appreciate it 😄 |
I really like this project btw, it's super useful, simple, unpretentious, reliable and unopinionated (unlike "semantic-release", which shall remain nameless, lol). |
Thank you for your kind words 😊 |
To avoid the infinite folder recursion issue have you tried setting your Though I don't think the infinite folder recursion would even happen. It just clones the repo to the folder you provide, it doesn't have any recursive logic in it. The only problem is the different branch than master really. |
The elegant and really working solutions are always simple 👍 |
@AlexKVal
First of all, sorry if this isn't the right place to ask a question, I just didn't know how else to do it.
I have an existing project on which git tagging was never used (frankly, I'm not very familiar with that), there's a changelog.md file that was maintained by hand.
I want to introduce "release-script" & "mt-changelog" into the project, but I'm afraid I might mess something up (what will happen to my changelog, how can a new changelog be generated if I have no prior git tags, etc.)
Is there an easy to follow, step by step guide on how to integrate "release-script" & "mt-changelog" into a project like that for noobs like me?
Thank you and sorry for bothering.
The text was updated successfully, but these errors were encountered: