andrewbrereton / obsidian-to-ical-plugin

This is a plugin for Obsidian that searches your vault for tasks that contain dates, and generates a calendar in iCal format that can be imported into your preferred calendar application.
MIT License
61 stars 13 forks source link

Add version script #62

Closed andrewbrereton closed 8 months ago

andrewbrereton commented 8 months ago

Create a bash script that automates setting the new version in the manifest.json, package.json, IcalService.ts and tags it.

Run this script after a change is merged to main branch and a new release needs to be created.

andrewbrereton commented 8 months ago

Fixes #61