Skip to content

Commit

Permalink
chore(*): Prepare release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Jun 27, 2024
1 parent 97fec8d commit 3ed91ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
path: ${{ env.VERSION_SOURCES }}

- name: Check version ${{ env.VERSION_NUMBER }} consistency in files
# CHANGELOG.md, src/crowdsec.py
# CHANGELOG.md, src/crowdsec/client.py
run: |
cd ${{ env.VERSION_SOURCES }}
# Check top ## [VERSION_NUMBER](GITHUB_URL/releases/tag/vVERSION_NUMBER) - yyyy-mm-dd in CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ functions provided by the `src` folder and the following files: `docker-compose.
---


## [0.0.1](https://github.com/crowdsecurity/cs-opencti-external-import-connector/releases/tag/v1.0.0) - 2024-??-??
## [0.0.1](https://github.com/crowdsecurity/cs-opencti-external-import-connector/releases/tag/v1.0.0) - 2024-06-27

- Initial release

0 comments on commit 3ed91ee

Please sign in to comment.