Skip to content
Snippets Groups Projects
Verified Commit 23e3f389 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

ci: leaner releases

Remove some useless files for the archive release. This allows user to
download a more straight-to-the-point code, without all bells and
whistles for gitlab, pipelines, etc.
parent 98f1859a
No related branches found
No related tags found
No related merge requests found
# Files to ignore when packaging the archive (cleaner archive)
## Directories
media/** export-ignore
## Files
.gitignore export-ignore
.gitmodules export-ignore
.gitlab-ci.yml export-ignore
.pre-commit-config.yaml export-ignore
miss_hit.cfg export-ignore
requirements.txt export-ignore
CODEOWNERS export-ignore
RELEASE.md export-ignore
CONTRIBUTING.md export-ignore
## Useless files and dir from libraries
src/libs/matlab_airfoil_toolbox/tests/** export-ignore
......@@ -3,6 +3,7 @@
*.m~
*.mexw64
*.mexmaci64
*.zip
# Folders to ignore
results/
......
......@@ -5,8 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keep_chglog], and this project adheres
to [Semantic Versioning][sem_ver].
_This changelog will begin AFTER the first official public release of the code._
## [Unreleased]
### Added
......@@ -19,6 +17,12 @@ _This changelog will begin AFTER the first official public release of the code._
### Fixed
## [0.0.1] - 2022-11-27
### Changed
Remove useless files from the release archive
## [0.0.0] - 2022-11-27
_Initial commit_: single rotor in hover/axial flows
......@@ -26,5 +30,6 @@ _Initial commit_: single rotor in hover/axial flows
[sem_ver]:<https://semver.org/spec/v2.0.0.html>
[keep_chglog]: <https://keepachangelog.com/en/1.0.0/>
[Unreleased]: https://gitlab.uliege.be/thlamb/rotare/compare/0.0.0...main
[Unreleased]: https://gitlab.uliege.be/thlamb/rotare/compare/0.0.1...main
[0.0.1]: https://gitlab.uliege.be/thlamb/rotare/-/releases/0.0.1
[0.0.0]: https://gitlab.uliege.be/thlamb/rotare/-/releases/0.0.0
## Download
**WARNING**: Download the archive titled `COMPLETE CODE: rotare-<version>`
linked above, not the _source code_ ones. The latter are automatically generated
and do not contain all dependencies.
:warning: **WARNING**: Download the archive titled `COMPLETE CODE:
rotare-<version>` linked above, not the _source code_ ones. The latter are
automatically generated and do not contain all dependencies.
## About this release
(Nothing yet)
Remove useless files from the release archive.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment