Skip to content

Commit deb1e19

Browse files
committed
Timestamp v1.2.1
And remove prerelease part.
1 parent d36ea41 commit deb1e19

File tree

6 files changed

+20
-10
lines changed

6 files changed

+20
-10
lines changed

Changes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Revision history for Perl extension App::Sqitch
22

3-
1.2.1
3+
1.2.1 2021-12-05T19:59:45Z
44
- Updated all the live engine tests, aside from Oracle, to test with
55
unique registry names, so as to avoid conflicts when multiple
66
instances are being tested at once. Thanks to Slaven Rezić for the
77
report (#597).
8+
- Removed `local` directory from the distribution, accidentally included
9+
in v1.2.0. Thanks to gregor herrmann for the report (#600).
810

911
1.2.0 2021-11-20T22:45:00Z
1012
- Fixed partitioned search for deployed changes on Oracle and Exasol to

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
App/Sqitch version v1.2.1-dev
1+
App/Sqitch version v1.2.1
22
=========================
33

44
| Release | Coverage | Database ||

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = App-Sqitch
22
license = MIT
33
copyright_holder = "iovation Inc., David E. Wheeler"
44
copyright_year = 2012-2021
5-
version = v1.2.1-dev
5+
version = v1.2.1
66

77
[GatherDir]
88
exclude_filename = dist/cpanfile

dist/sqitch.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sqitch
2-
Version: 1.2.1-dev
2+
Version: 1.2.1
33
Release: 1%{?dist}
44
Summary: Sensible database change management
55
License: MIT
@@ -308,8 +308,11 @@ also be installed.
308308
# No additional files required.
309309

310310
%changelog
311+
* Sun Dec 5 2021 David E. Wheeler <[email protected]> 1.2.1-1
312+
- Upgrade to v1.2.1.
313+
311314
* Sat Nov 20 2021 David E. Wheeler <[email protected]> 1.2.0-1
312-
- Upgrade to v1.3.0.
315+
- Upgrade to v1.2.0.
313316
- Added the Algorithm::Backoff::Exponential requirement.
314317

315318
* Sun May 17 2020 David E. Wheeler <[email protected]> 1.1.0-1

po/App-Sqitch.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: App-Sqitch v1.2.1-dev\n"
9+
"Project-Id-Version: App-Sqitch v1.2.1\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2021-11-14 19:00-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

xt/release.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@ First, update the sources so that everything is up-to-date.
5959
* Add any new dependencies to `dist/sqitch.spec` and add a new entry to the
6060
top of the `%changelog` section for the new version.
6161

62-
* Update the version in `dist.ini` and `dist/sqitch.spec`, and make sure
63-
its the same in `Changes`. Timestamp the entry in `Changes`.
62+
* Update the version in the following files and make sure its the same in
63+
`Changes`.
6464

65-
* Merge all the changes into `develop` and makes sure that all of the
66-
[workflow actions] pass.
65+
* `dist.ini`
66+
* `dist/sqitch.spec`
67+
* `README.md`
68+
* `po/App-Sqitch.pot`
69+
70+
* Timestamp the entry in `Changes`, merge all the changes into `develop`, and
71+
makes sure that all of the [workflow actions] pass.
6772

6873
Release
6974
-------

0 commit comments

Comments
 (0)