You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heya,
while npcgenerator.com has a link to github releases, there aren't any releases availlable. perhaps you could add a git tag and make that available as a release?
i checked the commit history and it seems 0.5.0 came from this commit; 11f0dd5
with the addemdum of this commit: 1bb0f9f
or perhaps you can just tag master since, as far a i can tell, the version number currently isn't used? (perhaps somewhere in node/npm, dunno how that publishing workflow goes).
Good point, I forgot we had a link to the Releases page on the footer.
We don't really use releases and there's not much active development at this time, mainly keeping thing up-to-date and running.
I'd like to move to a CHANGELOG.md file instead and likely point to that instead of the Releases page.
I'll try to look into that when I have some time
change version to 0.5.1 in package-lock.json & package.json
git add, git commit
git tag -a 0.5.1
push to github
your proposal of moving to a changelog solves it as well. imo however, for reference & dependencies a tag or release is easier to work with since it's a fixed point.
https://github.com/Cellule/dndGenerator/blob/0ca03d806190ba070abd74a43ca784d154331d51/src/Footer.tsx#L71C1-L71C84
heya,
while npcgenerator.com has a link to github releases, there aren't any releases availlable. perhaps you could add a git tag and make that available as a release?
i checked the commit history and it seems 0.5.0 came from this commit; 11f0dd5
with the addemdum of this commit: 1bb0f9f
or perhaps you can just tag master since, as far a i can tell, the version number currently isn't used? (perhaps somewhere in node/npm, dunno how that publishing workflow goes).
guess you'll still need to manually make a release bundle after adding the tag: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository?tool=webui
and thank you for this wonderfull waste of time, love the funky plot hooks.
The text was updated successfully, but these errors were encountered: