-
Notifications
You must be signed in to change notification settings - Fork 701
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
Add version number information in backend, frontend and build process #165
Conversation
webapp/src/components/header/settings-dialog/SettingsDialog.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the version bumped automatically? Or is this something we have to do manually? If the latter, we should specify this in a contributing doc somewhere
should also start a version changelog in this PR
Co-authored-by: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com>
webapp/src/components/header/settings-dialog/SettingsDialog.tsx
Outdated
Show resolved
Hide resolved
For proper Releases and change logs, we can use functionality baked in GitHub already. This PR is but a step for that to happen. Stay tuned. |
OK, let me try to build this in this PR, then! For reference: |
### Motivation and Context I introduced a bug with #165 in the frontend deployment script ### Description Use proper Unix commands in the shell script ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
…microsoft#165) ### Motivation and Context We want to make it easier to know which version we are dealing with / debugging ### Description - Add version number information in backend, frontend and build process - Remove unused deployment files ![image](https://github.com/microsoft/chat-copilot/assets/8430998/57112301-16d6-4bd1-ac1d-d67253976f1e) ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 --------- Co-authored-by: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com>
Motivation and Context
We want to make it easier to know which version we are dealing with / debugging
Description
Contribution Checklist