Skip to content

A few CI/Build improvements#5

Open
ZanzyTHEbar wants to merge 2 commits intoItsRiprod:mainfrom
ZanzyTHEbar:main
Open

A few CI/Build improvements#5
ZanzyTHEbar wants to merge 2 commits intoItsRiprod:mainfrom
ZanzyTHEbar:main

Conversation

@ZanzyTHEbar
Copy link

@ZanzyTHEbar ZanzyTHEbar commented Nov 10, 2024

  • added a server config to the vite.config.ts file inorder enable development server hosting on the local network.
  • add a Github Release action that automatically versions the software and creates a github release and version tag. Also generates a Changelog.md file and auto-populates it.

Uses an npm package semantic-release to do this. The tool analyzes commit history to determine the version number. The commit key-words and config for sematic-release is the .releaserc file.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly does this do to help with development?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • added a server config to the vite.config.ts file inorder enable development server hosting on the local network.
  • add a Github Release action that automatically versions the software and creates a github release and version tag. Also generates a Changelog.md file and auto-populates it.

Uses an npm package semantic-release to do this. The tool analyzes commit history to determine the version number. The commit key-words and config for sematic-release is the .releaserc file.

its all written here. The server object allows hosting the server on the local machine running the vite dev environment and broadcast the vite dev server on the local network. Allowing access of the dev project from any other machine on the same network. Very useful for testing and development.

The semantic release is for automating version control based on a config and commit history, autogenerated a changelog and follows professional semver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments