Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Niflib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Kim
Niflib
Commits
d84a61c9
Commit
d84a61c9
authored
12 years ago
by
amorilia
Browse files
Options
Downloads
Plain Diff
Merge pull request #4 from amorilia/feature/release-script
Add release script.
parents
c0a1fdd9
451f0320
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitattributes
+1
-0
1 addition, 0 deletions
.gitattributes
VERSION
+1
-0
1 addition, 0 deletions
VERSION
change_log.txt
+5
-0
5 additions, 0 deletions
change_log.txt
make-release.sh
+7
-0
7 additions, 0 deletions
make-release.sh
with
14 additions
and
0 deletions
.gitattributes
+
1
−
0
View file @
d84a61c9
*.cpp text
*.h text
CMakeLists.txt text
*.sh eol=lf
This diff is collapsed.
Click to expand it.
VERSION
0 → 100644
+
1
−
0
View file @
d84a61c9
0.8.1a0.dev0
\ No newline at end of file
This diff is collapsed.
Click to expand it.
change_log.txt
+
5
−
0
View file @
d84a61c9
Version 0.8.1
=============
* Release script.
Version 0.8.0
=============
...
...
This diff is collapsed.
Click to expand it.
make-release.sh
0 → 100644
+
7
−
0
View file @
d84a61c9
VERSION
=
`
cat
VERSION
`
rm
../niflib-
${
VERSION
}
-src
.zip
git submodule update
--recursive
git clean
-xfd
git submodule foreach
--recursive
git clean
-xfd
doxygen
find
.
-type
f
-not
-wholename
"*.git*"
-and
-not
-name
".project"
| xargs zip ../niflib-
${
VERSION
}
-src
.zip
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment