mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
Tag 6.0.0 (#850)
This commit is contained in:
parent
c7143ec1d3
commit
8346d332a2
10 changed files with 14 additions and 14 deletions
|
|
@ -69,7 +69,7 @@ fi
|
|||
TGZ_NAME=miller-${VERSION}.tar.gz
|
||||
|
||||
# Create the release tarball.
|
||||
echo "Wrtiting $TGZ_NAME ..."
|
||||
echo "Writing $TGZ_NAME ..."
|
||||
$tar \
|
||||
--transform 's,^./,miller-'$VERSION'/,' \
|
||||
--exclude data \
|
||||
|
|
@ -94,4 +94,4 @@ $tar \
|
|||
./man \
|
||||
./test
|
||||
|
||||
echo "Wrote $TGZ_NAME"
|
||||
echo "Wrote $TGZ_NAME"
|
||||
|
|
|
|||
|
|
@ -76,9 +76,9 @@ In this example I am using version 6.1.0 to 6.2.0; of course that will change fo
|
|||
* Create the release tarball:
|
||||
|
||||
* `make release_tarball`
|
||||
* This creates `miller-6.2.0-dev.tar.gz` which we'll upload to GitHub, the URL of which will be in our `miller.spec`
|
||||
* This creates `miller-6.2.0.tar.gz` which we'll upload to GitHub, the URL of which will be in our `miller.spec`
|
||||
* Get `mlr.{arch}` binaries from latest successful build from [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), or, build them on buildboxes.
|
||||
* Prepare the source RPM following `README-RPM.md`.
|
||||
* Prepare the source RPM following [README-RPM.md](https://github.com/johnkerl/miller/blob/main/README-RPM.md).
|
||||
|
||||
* Create the Github release tag:
|
||||
|
||||
|
|
|
|||
|
|
@ -60,9 +60,9 @@ In this example I am using version 6.1.0 to 6.2.0; of course that will change fo
|
|||
* Create the release tarball:
|
||||
|
||||
* `make release_tarball`
|
||||
* This creates `miller-6.2.0-dev.tar.gz` which we'll upload to GitHub, the URL of which will be in our `miller.spec`
|
||||
* This creates `miller-6.2.0.tar.gz` which we'll upload to GitHub, the URL of which will be in our `miller.spec`
|
||||
* Get `mlr.{arch}` binaries from latest successful build from [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), or, build them on buildboxes.
|
||||
* Prepare the source RPM following `README-RPM.md`.
|
||||
* Prepare the source RPM following [README-RPM.md](https://github.com/johnkerl/miller/blob/main/README-RPM.md).
|
||||
|
||||
* Create the Github release tag:
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ As a first check, you should be able to run `mlr --version` at your system's com
|
|||
<b>mlr --version</b>
|
||||
</pre>
|
||||
<pre class="pre-non-highlight-in-pair">
|
||||
mlr 6.0.0-rc1
|
||||
mlr 6.0.0
|
||||
</pre>
|
||||
|
||||
As a second check, given [example.csv](./example.csv) you should be able to do
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ DESCRIPTION
|
|||
insertion-ordered hash map. This encompasses a variety of data
|
||||
formats, including but not limited to the familiar CSV, TSV, and JSON.
|
||||
(Miller can handle positionally-indexed data as a special case.) This
|
||||
manpage documents mlr 6.0.0-rc1.
|
||||
manpage documents mlr 6.0.0.
|
||||
|
||||
EXAMPLES
|
||||
mlr --icsv --opprint cat example.csv
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ DESCRIPTION
|
|||
insertion-ordered hash map. This encompasses a variety of data
|
||||
formats, including but not limited to the familiar CSV, TSV, and JSON.
|
||||
(Miller can handle positionally-indexed data as a special case.) This
|
||||
manpage documents mlr 6.0.0-rc1.
|
||||
manpage documents mlr 6.0.0.
|
||||
|
||||
EXAMPLES
|
||||
mlr --icsv --opprint cat example.csv
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package version
|
||||
|
||||
// STRING is the current Miller major/minor/patch version as a single string.
|
||||
var STRING string = "6.0.0-rc1"
|
||||
var STRING string = "6.0.0"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ DESCRIPTION
|
|||
insertion-ordered hash map. This encompasses a variety of data
|
||||
formats, including but not limited to the familiar CSV, TSV, and JSON.
|
||||
(Miller can handle positionally-indexed data as a special case.) This
|
||||
manpage documents mlr 6.0.0-rc1.
|
||||
manpage documents mlr 6.0.0.
|
||||
|
||||
EXAMPLES
|
||||
mlr --icsv --opprint cat example.csv
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ on integer-indexed fields: if the natural data structure for the latter is the
|
|||
array, then Miller's natural data structure is the insertion-ordered hash map.
|
||||
This encompasses a variety of data formats, including but not limited to the
|
||||
familiar CSV, TSV, and JSON. (Miller can handle positionally-indexed data as
|
||||
a special case.) This manpage documents mlr 6.0.0-rc1.
|
||||
a special case.) This manpage documents mlr 6.0.0.
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Name: miller
|
|||
Version: 6.0.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Source: https://github.com/johnkerl/miller/releases/download/%{version}/mlr-%{version}.tar.gz
|
||||
Source: https://github.com/johnkerl/miller/releases/download/%{version}/miller-%{version}.tar.gz
|
||||
URL: https://miller.readthedocs.io
|
||||
# gcc for cgo transitive dependency
|
||||
BuildRequires: golang
|
||||
|
|
@ -36,7 +36,7 @@ make install
|
|||
%{_mandir}/man1/mlr.1*
|
||||
|
||||
%changelog
|
||||
* Has not happened yet John Kerl <kerl.john.r@gmail.com> - 6.0.0-1
|
||||
* Sun Jan 9 2022 John Kerl <kerl.john.r@gmail.com> - 6.0.0-1
|
||||
- 6.0.0 release
|
||||
|
||||
* Tue Mar 23 2021 John Kerl <kerl.john.r@gmail.com> - 5.10.2-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue