Skip to content

Commit 1763f95

Browse files
authored
Prepared release 1.1.0 (#265)
1 parent 5cc5c1d commit 1763f95

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
default_stages: [ commit ]
1+
default_stages: [ pre-commit ]
22
repos:
33

44
- repo: local

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changes
22

3+
* [unreleased](unreleased.md)
34
* [1.1.0](changes_1.1.0.md)
45
* [1.0.0](changes_1.0.0.md)
56
* [0.21.0](changes_0.21.0.md)

doc/changes/changes_1.1.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Script-Languages-Container-Tool 1.1.0, released t.b.d.
1+
# 1.1.0 - 2025-01-29
22

3-
Code name: t.b.d.
3+
Code name: Language Definition and Export optimization
44

55
## Summary
66

7-
t.b.d.
7+
This release optimizes the export step to minimize disk space. Also, it adds support for the `language_definitions.json`. Besides this it also contains some refactorings.
88

99
## Features
1010

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Unreleased

doc/developer_guide/developer_guide.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,19 @@ Instructions
165165
### Prerequisites
166166

167167
* Change log needs to be up to date
168-
* Latest change log version needs to match project and package version
169-
* Release tag needs to match package, changelog and project version
170-
* For Example:
171-
* Tag: `0.4.0`
172-
* Changelog: `changes_0.4.0.md`
173-
* `poetry version -s`: 0.4.0
168+
* ``unreleased`` change log version needs to be up-to-date
169+
* Release tag needs to match package
170+
171+
For Example:
172+
* Tag: 0.4.0
173+
* \`poetry version -s\`: 0.4.0
174+
175+
### Preparing the Release
176+
Run the following nox task in order to prepare the changelog.
177+
178+
.. code-block:: shell
179+
180+
nox -s release:prepare
174181

175182
### Triggering the Release
176183
In order to trigger a release a new tag must be pushed to Github.

0 commit comments

Comments
 (0)