You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-8
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,9 @@
1
1
# Upcoming
2
2
3
-
### Deprecations
4
-
5
-
### Features
3
+
## v0.6.1 (August 30, 2024)
6
4
7
5
### Bug fixes
8
-
* Fixed the JSON schema inference warning on excluded fields; also improved error message reporting of which method
9
-
triggered the error. [PR #1037](https://github.com/catalystneuro/neuroconv/pull/1037)
10
-
11
-
### Improvements
12
-
6
+
* Fixed the JSON schema inference warning on excluded fields; also improved error message reporting of which method triggered the error. [PR #1037](https://github.com/catalystneuro/neuroconv/pull/1037)
Copy file name to clipboardExpand all lines: docs/developer_guide/making_a_release.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,23 @@ A simple to-do list for the Neuroconv release process:
7
7
8
8
- Format and update the changelog.
9
9
- Ensure correct formatting and add a header to indicate that the changes belong to a specific release and not upcoming ones.
10
-
- Example: `Commit Example <https://github.com/catalystneuro/neuroconv/commit/2fbea8f05e5bd92c445fcbb6bf24de45330fcbbc>`_
10
+
- Example: `Commit Example <https://github.com/catalystneuro/neuroconv/commit/2fbea8f05e5bd92c445fcbb6bf24de45330fcbbc>`
11
11
12
12
2. **Set the Correct Version for Release**:
13
13
14
14
- The development version (the current code on `main`) should be one patch version ahead of the latest PyPI release and therefore ready for the next step.
15
15
- If a minor version bump is necessary, change it accordingly.
16
-
- Example: `Version Change Example <https://github.com/catalystneuro/neuroconv/commit/af91f09f300cb36ba4fee483196c8cb492c180ae>`_
16
+
- Example: `Version Change Example <https://github.com/catalystneuro/neuroconv/commit/af91f09f300cb36ba4fee483196c8cb492c180ae>`
17
17
18
18
3. **Perform Checks**:
19
19
20
-
- Ensure that no requirement files include pointers to `git`-based dependencies (including specific branches or commit hashes). All dependencies for a PyPI release should point to the released package versions that are available on conda-forge or PyPI.
20
+
- Ensure that no requirement files include pointers to `git`-based dependencies (including specific branches or commit hashes). All dependencies for a PyPI release should point to the released package versions that are available on conda-forge or PyPI. This can be done efficiently by searching for `@ git` in an IDE.
21
21
22
22
4. **Tag on GitHub**:
23
23
24
24
- The title and tag should be the release version.
25
25
- The changelog should be copied correspondingly.
26
-
- Check the hashes in the markdown to ensure they match with the format of previous releases. This can be done efficiently by searching for `@ git` in an IDE.
26
+
- Check the hashes in the markdown to ensure they match with the format of previous releases.
27
27
28
28
5. **Release**:
29
29
@@ -32,4 +32,4 @@ A simple to-do list for the Neuroconv release process:
32
32
6. **Bump Version Post-Release**:
33
33
34
34
- To comply with the one patch version ahead policy, bump the version after the release.
35
-
- Example: `Post-Release Version Bump <https://github.com/catalystneuro/neuroconv/commit/89d5e41f5140c3aa1ffa066974befb21c7a01567>`_
35
+
- Example: `Post-Release Version Bump <https://github.com/catalystneuro/neuroconv/commit/89d5e41f5140c3aa1ffa066974befb21c7a01567>`
0 commit comments