AnshumanAtrey / AnshumanAtrey/germa-search

Add latest build ZIP file, download button in README, and version history tracking

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
documentation enhancement
Dominant language
JavaScript
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

### Feature Request

To streamline publishing to the Chrome Web Store and improve version management:

1. **Add Latest Build ZIP**
- Include the latest production-ready ZIP file of the extension in the repository (e.g., under `/release/latest.zip`).
- This will allow the production team to easily access and push the latest build to the Chrome Web Store.

2. **README Download Button**
- Update the README file to add a clear button or link for downloading the latest ZIP build.
- Example markdown:
```markdown
[![Download Latest Build](https://img.shields.io/badge/Download-ZIP-blue)](./release/latest.zip)
```

3. **Version History Tracking File**
- Add a new file (e.g., `VERSION_HISTORY.md` or `CHANGELOG.md`) to log version updates in the following format:
```
1.0.0 -> Initial release
1.0.1 -> Bug fixes
1.1.0 -> Feature update
2.0.0 -> Major release
```

This will improve clarity for both production and users, and help with tracking releases and updates.

---

**Suggested next steps:**
- Add the latest ZIP build to `/release/latest.zip`.
- Update the README with a download button.
- Add the version history file and keep it updated with

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.