Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lightning_workflow
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
lightning_workflow
Commits
877e3a80
Commit
877e3a80
authored
5 years ago
by
Adam G-H
Browse files
Options
Downloads
Patches
Plain Diff
3.13.0 Release
parent
bfd67f2f
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
logs/3.13.0.md
+2
-0
2 additions, 0 deletions
logs/3.13.0.md
make-fixture.sh
+1
-1
1 addition, 1 deletion
make-fixture.sh
release.sh
+0
-4
0 additions, 4 deletions
release.sh
tests/fixtures/3.13.0.php.gz
+0
-0
0 additions, 0 deletions
tests/fixtures/3.13.0.php.gz
with
6 additions
and
5 deletions
CHANGELOG.md
+
3
−
0
View file @
877e3a80
## 3.13.0
There are no user-facing changes in this version.
## 3.12.0
## 3.12.0
*
Hotfixed a bug that could prevent tests from running under SimpleTest. There
*
Hotfixed a bug that could prevent tests from running under SimpleTest. There
are no user-facing changes in this version.
are no user-facing changes in this version.
...
...
This diff is collapsed.
Click to expand it.
logs/3.13.0.md
0 → 100644
+
2
−
0
View file @
877e3a80
## 3.13.0
There are no user-facing changes in this version.
This diff is collapsed.
Click to expand it.
make-fixture.sh
+
1
−
1
View file @
877e3a80
...
@@ -10,7 +10,7 @@ fi
...
@@ -10,7 +10,7 @@ fi
VERSION
=
${
BRANCH
#release/
}
VERSION
=
${
BRANCH
#release/
}
# Ask git for the most recent semantic version tag, and use it as the version
# Ask git for the most recent semantic version tag, and use it as the version
# from which to update.
# from which to update.
FROM
=
$(
git tag
--list
--sort
-creatordate
|
head
-n
2 |
grep
-E
'^(\d+.?){3}
$
'
)
FROM
=
$(
git tag
--list
--sort
-creatordate
|
head
-n
2 |
grep
-E
'^(\d+.?){3}'
)
./install-drupal.sh
./install-drupal.sh
...
...
This diff is collapsed.
Click to expand it.
release.sh
+
0
−
4
View file @
877e3a80
...
@@ -19,8 +19,6 @@ sleep 5
...
@@ -19,8 +19,6 @@ sleep 5
BRANCH
=
$(
git rev-parse
--abbrev-ref
HEAD
)
BRANCH
=
$(
git rev-parse
--abbrev-ref
HEAD
)
if
[[
$BRANCH
=
~ ^8
\.
x
\-
[
0-9]+
\.
x
$
]]
;
then
if
[[
$BRANCH
=
~ ^8
\.
x
\-
[
0-9]+
\.
x
$
]]
;
then
git remote add drupal-org git@git.drupal.org:project/
$PROJECT
.git
git merge
--squash
$RELEASE_BRANCH
git merge
--squash
$RELEASE_BRANCH
git commit
--all
--quiet
--message
"
$1
Release"
git commit
--all
--quiet
--message
"
$1
Release"
git push
--quiet
origin
git push
--quiet
origin
...
@@ -38,8 +36,6 @@ if [[ $BRANCH =~ ^8\.x\-[0-9]+\.x$ ]]; then
...
@@ -38,8 +36,6 @@ if [[ $BRANCH =~ ^8\.x\-[0-9]+\.x$ ]]; then
git push
--quiet
drupal-org
$DRUPAL_VERSION
git push
--quiet
drupal-org
$DRUPAL_VERSION
echo
"Tagged
$DRUPAL_VERSION
and pushed to drupal.org."
echo
"Tagged
$DRUPAL_VERSION
and pushed to drupal.org."
git remote remove drupal-org
if
[[
$MARKDOWN
]]
;
then
if
[[
$MARKDOWN
]]
;
then
markdown logs/
$1
.md | pbcopy
markdown logs/
$1
.md | pbcopy
echo
"The change log has been copied to the clipboard as HTML."
echo
"The change log has been copied to the clipboard as HTML."
...
...
This diff is collapsed.
Click to expand it.
tests/fixtures/3.13.0.php.gz
0 → 100644
+
0
−
0
View file @
877e3a80
File added
This diff is collapsed.
Click to expand it.
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