Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Przemyslaw Kaminski
haskell-gargantext
Commits
b7842a43
Commit
b7842a43
authored
Nov 22, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[VERSION] +1 to 0.0.4.8.4
parent
5a8e197b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
CHANGELOG.md
CHANGELOG.md
+1
-0
package.yaml
package.yaml
+1
-1
version
version
+7
-1
No files found.
CHANGELOG.md
View file @
b7842a43
## Version 0.0.4.8.4\n*
## Version 0.0.4.1
## Version 0.0.4.1
*
Refact/code design better syntax for DataType fields
*
Refact/code design better syntax for DataType fields
...
...
package.yaml
View file @
b7842a43
name
:
gargantext
name
:
gargantext
version
:
'
0.0.4.8.
3
'
version
:
'
0.0.4.8.
4
'
synopsis
:
Search, map, share
synopsis
:
Search, map, share
description
:
Please see README.md
description
:
Please see README.md
category
:
Data
category
:
Data
...
...
version
View file @
b7842a43
#!/bin/bash
#!/bin/bash
# Prompt
# Prompt
TMPFILE
=
"xxxx"
git tag
git tag
echo
"Which version ?"
echo
"Which version ?"
read
VERSION
read
VERSION
echo
"Change to:
${
VERSION
}
"
echo
"## Version
${
VERSION
}
\n
*"
>
$TMPFILE
cat
CHANGELOG.md
>>
$TMPFILE
mv
$TMPFILE
CHANGELOG.md
vim
$TMPFILE
< /dev/tty
#################################################################
#################################################################
# Haskell
# Haskell
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment