-
Notifications
You must be signed in to change notification settings - Fork 43
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
Docs improvements #146
Comments
@jtuchel were you able to generate changelog.md file ? If yes, with which setup ? |
Hi @jtuchel, thanks for trying out
The go-semantic-release action always installs the latest version of go-semantic-release. I understand that this is not obvious, so I clarified it now in the README: "This action always installs the latest release of go-semantic-release. Thus, the version of this repository is not linked to the used go-semantic-release version."
I agree, would you like to contribute this?
Pushing back changes is not part of go-semantic-release yet, but a
This has historical reasons; when I started building this tool in 2015, it aimed to be a direct replacement of for original JavaScript semantic-release implmentation (which was abandoned at this time). Best, Chris |
hi @christophwitzko , how current situation look like ? I am using gitlab, I was using semantic release with plugin to update few files and commit it back with release message. does |
I created a new go project with the following workflow to play around
For now that's it, I'm just pushing to the main branch to see what it does :)
Unfortunately I'm struggling with the docs:
v2
action ( tried it in the workflow but Github couldn't find it ) which is mentioned at https://github.com/go-semantic-release/semantic-release#plugin-systemchangelog-file
expecttrue
,CHANGELOG.md
or ( the correct one )"CHANGELOG.md"
? I think it would be nice to passtrue
to the action if you want that changelog file and the default name is similiar to the semantic-release npm package. But you can change the name if you want.Thanks in advance
The text was updated successfully, but these errors were encountered: