Recent Releases of template

template - Update iga workflow

This release includes an iga workflow with included CFF updating

- SCSS
Published by tmorrell over 1 year ago

template - Update iga workflow

This release updates the iga workflow, and tests setting the parent as a secret to avoid misconfiguration when the template is copied.

- SCSS
Published by tmorrell over 1 year ago

template - Release 1.34.0

This release:

  • Updates codemeta2cff to the latest version
  • Removes the yaml linter because it was being more annoying than helpful
  • Adjusts the codemeta files to the current workflow

- SCSS
Published by tmorrell over 1 year ago

template - Release 1.33.0

Add more raw allowed HTML tags in Markdownlint config.

- SCSS
Published by mhucka almost 2 years ago

template -

This version adds a CSS style file for the README when it's used in GitHub Pages. It provides minimal support for respect the user's dark/light mode settings.

- SCSS
Published by mhucka about 2 years ago

template - Release 1.31.0

This adds a couple of file extensions like .xml to .gitattributes.

- SCSS
Published by mhucka about 2 years ago

template - Release 1.30

This just updates a couple of the GitHub Actions workflows.

- SCSS
Published by mhucka about 2 years ago

template - Release 1.29.0

This release adds a provisional .editorconfig file.

- SCSS
Published by mhucka about 2 years ago

template - Release 1.28.0

This version updates the versions of some GitHub Actions used in the workflows in .github/workflows.

- SCSS
Published by mhucka about 2 years ago

template - Release 1.27.0

The main change introduced by this version is a mildly revised README.md structure. There is a new Quick start section, and the previous Authors & history section is gone in favor of putting that info into the Acknowledgments section.

- SCSS
Published by mhucka about 2 years ago

template - Release 1.26.0

Changes in this release:

  • Addition of workflow for Baler
  • Addition of workflow & config file for YAMLlint, a YAML file linter
  • Addition of .github/SECURITY.md file, to follow GitHub best practices

- SCSS
Published by mhucka about 2 years ago

template - Release 1.25.0

Changes:

  • Make programmingLanguage field in codemeta.json be a list.
  • Remove .github/workflows/ISSUE_TEMPLATE.md because it is not actually being used by Baler.

- SCSS
Published by mhucka about 2 years ago

template - Release 1.24.0 – update copyright year in codemeta template file

- SCSS
Published by mhucka about 2 years ago

template - Release 1.23.0 – minor fixes and updates

- SCSS
Published by mhucka about 2 years ago

template - Release 1.22 – add Markdown linter GitHub Actions workflow

This release adds a new GitHub Actions workflow to run a Markdown linter program automatically over the .md files.

This release also fixes a few lint errors in a few of the existing Markdown files.

- SCSS
Published by mhucka about 2 years ago

template - Release 1.21.0 – update more fix and fix incomplete merge

Update more files, in the process fixing an incomplete merge that I didn't notice until I tried to do release 1.20.0.

- SCSS
Published by mhucka about 2 years ago

template - Release 1.19.0 – update copyright year and codemeta.json template

This updates codemeta-TEMPLATE.json to the expanded version evolved during the development of IGA. It also updates the copyright year in the LICENSE file.

- SCSS
Published by mhucka about 2 years ago

template - Add iga and update codemeta

This release adds the InvenioRDM GitHub Archiver and updates the codemeta file and templates to the latest version.

We don't set the 'parent' variable in iga specifically because this repository is a template.

- SCSS
Published by tmorrell over 2 years ago

template - Release 1.17 – remove LICENSE.html

Turns out the LICENSE.html file confuses GitHub's license finder. I can't remember why I thought it was useful in the first place, so let's remove it and be done with it.

- SCSS
Published by mhucka over 3 years ago

template - Release 1.16.0 – Update approach to `.gitignore`

This release changes the default .gitignore contents and the recommended practices around it.

The new approach is to add only project-specific rules in the .gitignore. Rules that apply to a person's way of doing things (and the particular tools they happen to use) should instead go into a user's global git ignore file. For example, Emacs checkpoint and backup files are things that are not specific to a given project; rather, Emacs users will see them created everywhere, in all projects, because they're a byproduct of using Emacs, not a consequence of working on a particular project. Thus, they belong in a user's global ignores list, not in this project .gitignore.

- SCSS
Published by mhucka over 3 years ago

template - Release 1.15.0 – Update copyright year & README badge style

This updates the copyright year in the license files to 2022, and also makes the badges used in the README file all use the same style.

- SCSS
Published by mhucka almost 4 years ago

template - Release 1.14.0 – Add codemeta2cff GitHub action

This release adds a GitHub action, codemeta2cff, developed by @tmorrell.

- SCSS
Published by mhucka almost 4 years ago

template - Release 1.13.0 – Use ATX style heading syntax

Changed the Markdown heading syntax to be ATX style, which seems to be more popular.

- SCSS
Published by mhucka over 4 years ago

template - Release 1.12.0 – Updated .gitignore

This release adds a few more entries to the .gitignore file for some additional Python items and .bak files.

- SCSS
Published by mhucka over 4 years ago

template - Release 1.11.0 – Codemeta and CITATION.cff

This release adds a codemeta file that describes the metadata for the template repository itself, and moves the codemeta file with replaceable text to codemeta-TEMPLATE.json. It enhances the codemeta files and adds a CITATION.cff file.

- SCSS
Published by tmorrell over 4 years ago

template - Release 1.10.0 – minor updates

This release fixes a problem with 1.9.0: the changes from PR #2 were not merged into main. (My fault for not noticing that before doing the release.) Also, this release slightly updates the install-Python file.

- SCSS
Published by mhucka over 4 years ago

template - Release 1.9.0 – Minor updates

This release fixes some typos and uses a proper copyright symbol in the text.

- SCSS
Published by mhucka over 4 years ago

template - Release 1.8.0 – updated Python instructions & copyright year

This release fixes an error in the Python instructions and also improves them (hopefully). This release also updates the copyright year from 2020 to 2021.

- SCSS
Published by mhucka about 5 years ago

template - Release 1.7.0

When releasing software on PyPI, using SVG for the icon does not render at all. Further, the URL has to be an absolute URL instead of a relative URL into the .graphics/ subdirectory. Prior to now, I would always fix this in every individual project I worked on, but that's stupid. Let's just fix the template.

- SCSS
Published by mhucka over 5 years ago

template - Release 1.6.2 – Minor addition to .gitignore

This adds a rule to .gitignore to ignore Emacs #*# files.

- SCSS
Published by mhucka over 5 years ago

template - Release 1.6.1 – Minor edits

This release includes some minor edits to INSTALL-Python3.md.

- SCSS
Published by mhucka over 5 years ago

template - Release 1.6.0 – Instructions for Python and Elasticsearch

This release adds template instructions for installing Python and Elasticsearch.

- SCSS
Published by mhucka over 5 years ago

template - Release 1.5.0 – Use SVG graphic for Caltech icon

The only change in this release is replacing the PNG version of the Caltech icon with an SVG version.

- SCSS
Published by mhucka almost 6 years ago

template - Release 1.4.0 – Update .gitignore file

The only change in this release is to update the .gitignore file to ignore .dropbox files. These can get introduced into a repo if one copies an entire directory tree from one's Dropbox folder, and they can subsequently be a problem for Windows users. There's not good reason to leave them in, so we may as well add a rule to ignore them.

- SCSS
Published by mhucka almost 6 years ago

template - Release 1.3.0 – New defaults

Changes in this release:

  • More often than not, a project doesn't have a 1.0.0 version right from the beginning. 0.0.0 seems like a better default starting point.

  • If a repo doesn't have a release on GitHub, then setting the download URL to 0.0.0.zip (or some other version number.zip) doesn't work; nothing actually exists there. Better to point to master.zip, which does exist even if a release has never been made.

  • Update copyright year to 2020.

- SCSS
Published by mhucka almost 6 years ago

template - Release 1.2.1 – Improved Caltech logo

The only change in this version is an updated Caltech logo file, in which excessive white space has been removed.

- SCSS
Published by mhucka about 6 years ago

template - Release 1.2.0 – Addition of SUPPORT.md template file

This version adds a template SUPPORT.md file.

- SCSS
Published by mhucka about 6 years ago

template - Release 1.1.2 – Minor fixes

This release fixes an incorrect tracker URL in CONTRIBUTING.md and tweaks the example in CHANGES.md.

- SCSS
Published by mhucka about 6 years ago

template - Release 1.1.1

This release fixes issue #1 and replaces the Caltech seal used as the logo with the Caltech "C" icon. The latter is officially blessed for use in digital media contexts.

- SCSS
Published by mhucka over 6 years ago