Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
199
Issues
199
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
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
gargantext
haskell-gargantext
Commits
0d4a7457
Commit
0d4a7457
authored
Nov 22, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into dev-wikidata
parents
8bdd300b
07181cf5
Pipeline
#2135
failed with stage
in 10 minutes and 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
CHANGELOG.md
CHANGELOG.md
+2
-0
package.yaml
package.yaml
+1
-1
version
version
+6
-1
No files found.
CHANGELOG.md
View file @
0d4a7457
## Version 0.0.4.8.4
*
Migration: instance dev is now dev.sub.gargantext.org
## 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 @
0d4a7457
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 @
0d4a7457
#!/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
}
"
>
$TMPFILE
cat
CHANGELOG.md
>>
$TMPFILE
mv
$TMPFILE
CHANGELOG.md
vim CHANGELOG.md < /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