Skip to content
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

Changelog #2

Open
bobfogg opened this issue Jan 24, 2024 · 0 comments
Open

Changelog #2

bobfogg opened this issue Jan 24, 2024 · 0 comments
Assignees

Comments

@bobfogg
Copy link
Contributor

bobfogg commented Jan 24, 2024

Add a changelog.js file to the root directory with the following format:

export default [{
  version: '2.10.4',
  date: '2023-02-23',
  features: [
    'Added Bulk Export Utility Download',
    'Improved Map UI for ES500 Devices',
  ],
  bugs: [
    'Fixed cache problem with FireFox',
  ],
  security: [],
},{
  version: '2.10.3',
  date: '2023-01-05',
  features: [],
  bugs: [
    'Fixed memory leak',
  ]
}]

The version will be the current version of the sensor-station-software repo with the minor version bumped. Start populating the features with high level overview of what has changed / improved.

This can later be imported into web interface for public feature update logs.

@meelyn-pandit meelyn-pandit linked a pull request Jan 25, 2024 that will close this issue
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 a pull request may close this issue.

2 participants