Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
salt-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
salt-formula
Commits
67e11097
Commit
67e11097
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
d7c09c75
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
+12
-10
12 additions, 10 deletions
.travis.yml
release.config.js
+1
-1
1 addition, 1 deletion
release.config.js
with
13 additions
and
11 deletions
.travis.yml
+
12
−
10
View file @
67e11097
...
@@ -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
...
@@ -60,19 +60,21 @@ jobs:
...
@@ -60,19 +60,21 @@ jobs:
-
env
:
INSTANCE=v201707-py2-centos-6-2017-7-py2
-
env
:
INSTANCE=v201707-py2-centos-6-2017-7-py2
# - env: INSTANCE=v201707-py2-amazonlinux-2-2017-7-py2
# - env: INSTANCE=v201707-py2-amazonlinux-2-2017-7-py2
# - env: INSTANCE=v201707-py2-arch-base-latest-2017-7-py2
# - env: INSTANCE=v201707-py2-arch-base-latest-2017-7-py2
-
env
:
INSTANCE=v201803-py2-debian-9-2018-3-py2
#
- env: INSTANCE=v201803-py2-debian-9-2018-3-py2
# - env: INSTANCE=v201803-py2-ubuntu-1604-2018-3-py2
# - env: INSTANCE=v201803-py2-ubuntu-1604-2018-3-py2
-
env
:
INSTANCE=v201803-py2-centos-7-2018-3-py2
-
env
:
INSTANCE=v201803-py2-centos-7-2018-3-py2
#
- env: INSTANCE=v201803-py2-amazonlinux-2-2018-3-py2
-
env
:
INSTANCE=v201803-py2-amazonlinux-2-2018-3-py2
# - env: INSTANCE=v201803-py2-arch-base-latest-2018-3-py2
# - env: INSTANCE=v201803-py2-arch-base-latest-2018-3-py2
-
env
:
INSTANCE=v201902-py2-debian-9-2019-2-py2
-
env
:
INSTANCE=v201902-py2-ubuntu-1804-2019-2-py2
-
env
:
INSTANCE=v201902-py2-ubuntu-1804-2019-2-py2
# - env: INSTANCE=v201902-py2-centos-7-2019-2-py2
# - env: INSTANCE=v201902-py2-centos-7-2019-2-py2
-
env
:
INSTANCE=v201902-py2-amazonlinux-2-2019-2-py2
# - env: INSTANCE=v201902-py2-opensuse-leap-151-2019-2-py2
# - env: INSTANCE=v201902-py2-amazonlinux-2-2019-2-py2
# - env: INSTANCE=v201902-py2-arch-base-latest-2019-2-py2
# - env: INSTANCE=v201902-py2-arch-base-latest-2019-2-py2
-
env
:
INSTANCE=v201902-py3-debian-10-2019-2-py3
# - env: INSTANCE=v201902-py3-debian-10-2019-2-py3
# - env: INSTANCE=v201902-py3-debian-9-2019-2-py3
# - env: INSTANCE=v201902-py3-ubuntu-1804-2019-2-py3
# - env: INSTANCE=v201902-py3-ubuntu-1804-2019-2-py3
# - env: INSTANCE=v201902-py3-centos-8-2019-2-py3
# - env: INSTANCE=v201902-py3-centos-8-2019-2-py3
-
env
:
INSTANCE=v201902-py3-fedora-31-2019-2-py3
-
env
:
INSTANCE=v201902-py3-opensuse-leap-151-2019-2-py3
-
env
:
INSTANCE=v201902-py3-opensuse-leap-151-2019-2-py3
## Define the release stage that runs `semantic-release`
## Define the release stage that runs `semantic-release`
...
@@ -89,9 +91,9 @@ jobs:
...
@@ -89,9 +91,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 @
67e11097
...
@@ -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
0260cfd2
·
5 years ago
mentioned in commit
0260cfd2
mentioned in commit 0260cfd2de2c8c12c2306c237caea4c8db2885b7
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