Skip to content

Commit

Permalink
docs: Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Sep 7, 2024
1 parent f425a04 commit f94b759
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// SPDX-FileCopyrightText: 2024 Shun Sakai
//
// SPDX-License-Identifier: CC0-1.0

= Changelog
:toc: preamble
:project-url: https://github.com/sorairolake/japanese-era-dataset
:compare-url: {project-url}/compare
:issue-url: {project-url}/issues
:pull-request-url: {project-url}/pull

All notable changes to this project will be documented in this file.

The format is based on https://keepachangelog.com/[Keep a Changelog], and this
project adheres to https://calver.org/[Calendar Versioning].

== {compare-url}/v2024.06.03\...HEAD[Unreleased]

=== Changed

* Change to use `deno.jsonc` ({pull-request-url}/11[#11])

== {compare-url}/v2024.05.31\...v2024.06.03[2024.06.03] - 2024-06-03

=== Changed

* Rewrite scripts in TypeScript ({pull-request-url}/8[#8])

== {project-url}/releases/tag/v2024.05.31[2024.05.31] - 2024-05-31

=== Added

* Initial release
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ link:{yaml-dir}/modern.yaml[]::

JSONファイルは``{assets-dir}/json``ディレクトリに出力されます。

== 変更履歴

link:CHANGELOG.adoc[]を参照して下さい。

== 貢献方法

link:CONTRIBUTING.adoc[]を参照して下さい。

== 謝辞

.このデータセットは以下を参照して作成しました:
Expand Down
8 changes: 8 additions & 0 deletions README.en.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ JSON files.

This will output JSON files in the `{assets-dir}/json` directory.

== Changelog

Please see link:CHANGELOG.adoc[].

== Contributing

Please see link:CONTRIBUTING.adoc[].

== Acknowledgment

.This dataset was created using the following:
Expand Down

0 comments on commit f94b759

Please sign in to comment.