Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mysql-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
salt
mysql-formula
Commits
3f51b8bb
Commit
3f51b8bb
authored
5 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
fix(release.config.js): use full commit hash in commit link [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/89
parent
27ac5a3f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+5
-5
5 additions, 5 deletions
.travis.yml
release.config.js
+1
-1
1 addition, 1 deletion
release.config.js
with
6 additions
and
6 deletions
.travis.yml
+
5
−
5
View file @
3f51b8bb
...
@@ -43,8 +43,8 @@ jobs:
...
@@ -43,8 +43,8 @@ jobs:
-
gem install rubocop
-
gem install rubocop
-
rubocop -d
-
rubocop -d
# Install and run `commitlint`
# Install and run `commitlint`
-
npm i
nstall
@commitlint/config-conventional
-D
-
npm i
-D
@commitlint/config-conventional
-
npm install
@commitlint/travis-cli
-D
@commitlint/travis-cli
-
commitlint-travis
-
commitlint-travis
## Define the rest of the matrix based on Kitchen testing
## Define the rest of the matrix based on Kitchen testing
...
@@ -95,9 +95,9 @@ jobs:
...
@@ -95,9 +95,9 @@ jobs:
-
maintainer contributor
-
maintainer contributor
# Install all dependencies required for `semantic-release`
# Install all dependencies required for `semantic-release`
-
npm i
nstall
@semantic-release/changelog@3
-D
-
npm i
-D
@semantic-release/changelog@3
-
npm install
@semantic-release/exec@3
-D
@semantic-release/exec@3
-
npm install
@semantic-release/git@7
-D
@semantic-release/git@7
deploy
:
deploy
:
provider
:
script
provider
:
script
skip_cleanup
:
true
skip_cleanup
:
true
...
...
This diff is collapsed.
Click to expand it.
release.config.js
+
1
−
1
View file @
3f51b8bb
...
@@ -63,7 +63,7 @@ module.exports = {
...
@@ -63,7 +63,7 @@ module.exports = {
}
}
if
(
typeof
commit
.
hash
===
`string`
)
{
if
(
typeof
commit
.
hash
===
`string`
)
{
commit
.
h
ash
=
commit
.
hash
.
substring
(
0
,
7
)
commit
.
shortH
ash
=
commit
.
hash
.
substring
(
0
,
7
)
}
}
if
(
typeof
commit
.
subject
===
`string`
)
{
if
(
typeof
commit
.
subject
===
`string`
)
{
...
...
This diff is collapsed.
Click to expand it.
Jan Philipp Timme
@timmej
mentioned in commit
32ac4999
·
5 years ago
mentioned in commit
32ac4999
mentioned in commit 32ac499995c865378a2e21f9377dda3407600b6a
Toggle commit list
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