Replies: 2 comments 6 replies
-
Hi Joe, For numbered releases, you should create a new release in github. The jDeploy action will automatically append the native installers to this release's artifacts, and add download links in the release notes. If you want to add additional release notes, you should be able to edit the release and add your own notes as desired. Does this answer your question? |
Beta Was this translation helpful? Give feedback.
-
@shannah - another GA plugin question.. I ran into an issue and while I don't think it's related to the plugin it's more of a side-effect from what I can tell. The GA plugin creates a tag with the same name as the branch ( I included screenshots to show what I'm talking about.. again, I don't think it's a jdeploy problem but a Sourcetree problem.. something must be getting confused having a tag and a branch with the same name. But, the only way I can figure out how to get around it is to delete the develop tag |
Beta Was this translation helpful? Give feedback.
-
Hi,
If you didn't see my other question -- I'm very new to jdeploy and already a huge fan!
I tried to get the jdeploy github actions script working and I think I did but have 2 questions about it.
how do I set the release version? If someone looks at the releases page they see "Native Bundles (master)" and "jDeploy Package Info" which don't have any version info in them.
I'd like to add some release notes to each github release. Is that possible?
For example, if I look at https://github.com/shannah/swingset2/releases I can't tell what the latest version is. I'd rather just have a single release that looks closer to this one https://github.com/shannah/swingset2/releases/tag/1.0.11-alpha.7
Maybe the answer isn't to use the jdeploy GA plugin but to use some other generic plugin like this one. Would that affect auto-updating or anything else? Sorry, I'm still not sure the difference between the npm and github releases just yet (ie: is that "jDeploy Package Info" tag used by jdeploy somehow?)
For more context here's what I'm trying to do:
I've got most of this logic done with github actions today. The app is built and I'm able to fetch the app version into an env variable. I then modify the package.json file to match the version just built (I don't want to update versions manually!). Finally, I run the jdeploy github action.
Beta Was this translation helpful? Give feedback.
All reactions