Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keepalived-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
keepalived-formula
Commits
e9f7b11d
Commit
e9f7b11d
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
e6381581
Branches
Branches containing commit
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 @
e9f7b11d
...
...
@@ -51,8 +51,8 @@ jobs:
-
gem install rubocop
-
rubocop -d
# Install and run `commitlint`
-
npm i
nstall
@commitlint/config-conventional
-D
-
npm install
@commitlint/travis-cli
-D
-
npm i
-D
@commitlint/config-conventional
@commitlint/travis-cli
-
commitlint-travis
## Define the rest of the matrix based on Kitchen testing
...
...
@@ -103,9 +103,9 @@ jobs:
-
maintainer contributor
# Install all dependencies required for `semantic-release`
-
npm i
nstall
@semantic-release/changelog@3
-D
-
npm install
@semantic-release/exec@3
-D
-
npm install
@semantic-release/git@7
-D
-
npm i
-D
@semantic-release/changelog@3
@semantic-release/exec@3
@semantic-release/git@7
deploy
:
provider
:
script
skip_cleanup
:
true
...
...
This diff is collapsed.
Click to expand it.
release.config.js
+
1
−
1
View file @
e9f7b11d
...
...
@@ -63,7 +63,7 @@ module.exports = {
}
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`
)
{
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
223ef1d1
·
5 years ago
mentioned in commit
223ef1d1
mentioned in commit 223ef1d1776eac7bfcb3d582262c42f665d0d2a1
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