Skip to content

Commit

Permalink
docs: add blank CHANGELOG.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorrivero committed Jan 9, 2024
1 parent fccd2da commit 81dcebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added CHANGELOG.md
Empty file.
2 changes: 2 additions & 0 deletions FILEMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

- `<pyproject_qiskit>` --
it will have a different name for each repository using the [`pyproject-qiskit` template](https://github.com/pedrorrivero/pyproject-qiskit), and it holds the source code for the software package. This name will determine how the package is imported after installation (e.g. `from <pyproject_qiskit> import __version__`).
- [`CHANGELOG.md`](CHANGELOG.md) --
file that logs all the changes made to the software package on each new version release.
- [`docs`](docs) --
documentation for the repository (e.g. tutorials, API docs, reference guide).
- [`test`](test) --
Expand Down

0 comments on commit 81dcebf

Please sign in to comment.